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

七千22

关注

阅读 57

2022-10-28


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

 

git config -–global user.name "xxx" 

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

 

 

精彩评论(0)

0 0 举报