0
点赞
收藏
分享

微信扫一扫

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

七千22 2022-10-28 阅读 56


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

 

git config -–global user.name "xxx" 

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

 

 

举报

相关推荐

0 条评论