github push 出错:fatal: Authentication failed for 'https://github.com/ ..的解决

重新执行Git config命令配置用户名和邮箱即可:

 

git config -–global user.name "xxx" 

git config --global user.email "xxx@xx.com"

posted @ 2018-05-21 12:28  独行的心  阅读(1231)  评论(0编辑  收藏  举报