Git报错:fatal: Authentication failed for https://gitee.com/

提交代码到码云,Git报错如下:

fatal: Authentication failed for 'https://gitee.com/......'

很明显说明码云的认证失败,即用户名,密码输入错误。

使用如下指令重置用户名密码:

git config --system --unset credential.helper

然后再次提交,重新输入用户名密码即可。

转: https://blog.csdn.net/DeMonliuhui/article/details/80320134

猜你喜欢

转载自blog.csdn.net/weixin_42554191/article/details/106184024