git 密码更改后,git push提示“fatal: Authentication failed for”

命令行输入

git config --system --unset credential.helper

  

git config --global credential.helper store

  

然后在执行git push 输入用户名和密码即可

原文地址:https://www.cnblogs.com/karila/p/13470973.html