报错信息:
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/***/***.git/'
解决方法:
git config --system --unset credential.helper
因为账号密码错了,所以报错,执行上述命令就会重置,这样当你拉取代码时就会让你重新输入用户名和密码。
网上一大堆乱七八糟的没啥用
当收到远程:Incorrectusernameorpassword(accesstoken)的错误时,可以通过运行gitconfig--system--unsetcredential.helper来重置凭证助手,从而在下次拉取代码时重新输入正确的用户名和密码。
1278

被折叠的 条评论
为什么被折叠?



