1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > Git报错:fatal: Authentication failed for ‘https://gitee.com/.......‘

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

时间:2024-04-19 19:12:36

相关推荐

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

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

Gavin: Incorrect username or password (access token)fatal: Authentication failed for '/......'

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

使用如下指令重置用户名密码:直接在vscode输入下面指令:

git config --system --unset credential.helper

输入之后会在上方让你重新输入账号密码:一般账号是手机号,密码自己设置的1然后再次提交,重新输入用户名密码即可。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。