问题描述
由于这个项目代码使用https 进行clone,为什么?因为代码库ssh有问题!fuck!
导致在push代码的时候出现了
remote: http basic: access denied fatal: authentication failed for
解决方法
git config --system --unset credential.helper
之后你在push就会提示输入名称和密码
记得输入正确密码
由于这个项目代码使用https 进行clone,为什么?因为代码库ssh有问题!fuck!
导致在push代码的时候出现了
remote: http basic: access denied fatal: authentication failed for
git config --system --unset credential.helper
之后你在push就会提示输入名称和密码
记得输入正确密码