欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

git push 提交出现 fatal: Authentication failed for

程序员文章站 2022-04-19 17:15:30
...

问题描述

$ git push -u origin master
remote: HTTP Basic: Access denied
fatal: Authentication failed for ...

原因

上一步输入用户名密码错误。

解决方法

git config --system --unset credential.helper

结果又报错

error: could not lock config file C:/Program Files/Git/etc/gitconfig: Permission denied

去找到这个文件夹打开完全控制权限即可。
git push 提交出现 fatal: Authentication failed for

相关标签: Bug List git