修改git密码后,终端fatal: Authentication failed for'http://xxx/xxx.git'

可能需要使用sudo

git config --system --unset credential.helper
git config --global credential.helper store

完事之后重新操作即可,此时终端会提示重新输入登录密码

原文地址:https://www.cnblogs.com/YooHoeh/p/12098876.html