美文网首页
remote: HTTP Basic: Access denie

remote: HTTP Basic: Access denie

作者: 健倾心语 | 来源:发表于2018-12-05 14:25 被阅读4次

出现问题的所在:在利用tortoiseGit工具push项目到远程仓库的时候出现的问题
原因:git的用户名和邮箱设置成了全局的,所以换了其他项目的配置的时候,项目的用户名美欧权限
解决方法:打开git bash输入:git config --system --unset credential.helper重新进行push即可

相关文章

网友评论

      本文标题:remote: HTTP Basic: Access denie

      本文链接:https://www.haomeiwen.com/subject/jmaicqtx.html