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

posted @ 2018-08-09 21:09  舞羊  阅读(19801)  评论(0编辑  收藏  举报