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

可能需要使用sudo

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

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

posted @ 2019-08-14 11:35  YooHoeh  阅读(191)  评论(0编辑  收藏  举报
被你发现了?