当你使用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的时候会再次提示让你 输入账号和密码。
如果有更好的方法,忘留言交流。
本文介绍当使用gitBash进行操作时遇到因输入错误密码导致的认证失败问题,并提供了解决方案,即通过命令`git config --system --unset credential.helper`来清除缓存的凭证信息,以便重新输入正确的账号密码。
1707

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



