Github错误:fatal: Authentication failed for 'https://github.com/ ...

来源:互联网 发布:点对点聊天软件 编辑:程序博客网 时间:2024/06/11 03:32

GitHub push代码发生错误:fatal: Authentication failed for ‘https://github.com/ …

使用的https提交,在用SourceTree提交代码时候发生错误,返回的错误提示说:

fatal: Authentication failed for 'https://github.com/ ...   

解决方案,重新执行git config命令配置用户名和邮箱即可:

git config -–global user.name "xxx"   git config –-global user.email "xxx@xxx.com"  

转载:http://blog.csdn.net/zhangphil/article/details/47981757

0 0
原创粉丝点击