git提交报错 HTTP Basic: Access denied fatal: Authentication failed.

         TortoiseGit拉取或推送项目,输入账号密码后,提示 HTTP Basic: Access denied fatal: Authentication failed.
提示HTTP基本认证失败,访问被拒绝。

解决方法,cmd里面分别运行以下命令:

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

发表评论

您的邮箱地址不会被公开。