0
点赞
收藏
分享

微信扫一扫

[git]gitpush提示remote: Permission to xxx.git denied to xxx


错误原因:git客户端你先前登录过其他用户导致,你用另一个账号push的时候用的先前用户

解决方法:删除先前用户用你想push用户重新登录

解决步骤:

打开控制面板-->查看方式选择大图标-->然后打开凭据管理器

[git]gitpush提示remote: Permission to xxx.git denied to xxx_解决方法

找到github相关选项删除即可。重新git push即可解决问题 

举报

相关推荐

0 条评论