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

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

git config -–global user.name "xxx" 

git config --global user.email "[email protected]"

猜你喜欢

转载自www.cnblogs.com/duxingdexin/p/9066629.html