git dash 密码输错了,一直报错500 怎么办

使用git Bash Here 绑定账号密码错误后 无法自动重新绑定

Abraham_Kevin

于 2018-08-17 16:15:26 发布

1122
收藏
分类专栏: git 文章标签: git
版权

git
专栏收录该内容
2 篇文章0 订阅
订阅专栏
当你使用git Bash Here输入错误密码后 无法自动让你重新输入密码,一直报错:

Cloning into 'shopping'...
remote: Incorrect username or password ( access token )
fatal: Authentication failed for 'https://gitee.com/caobiandejiezhi66/shopping.git/'

这个时候需要再次输入命令

git config --system --unset credential.helper

这样在pull或者clone的时候会再次提示让你 输入账号和密码。

 

如果有更好的方法,忘留言交流。
————————————————
版权声明:本文为CSDN博主「Abraham_Kevin」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/Abraham_bug/article/details/81779325

posted on 2023-01-05 10:40  xiaoluoke  阅读(20)  评论(0编辑  收藏  举报

导航