首页 > Web开发 > 详细

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

时间:2015-08-25 21:50:40      阅读:552      评论:0      收藏:0      [点我收藏+]

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

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

原文:http://blog.csdn.net/zhangphil/article/details/47981757

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!