致命:Ubuntu 上的身份验证失败“https://....”

致命:Ubuntu 上的身份验证失败“https://....”

我无法推送或拉取任何更改,并且每次尝试时都会不断收到此错误 git push origin username,我尝试了其他命令但 git config --system --unset credential.helper都没有用。

操作系统:Ubuntu 20.04.3 LTS x86_64

这里有谁可以帮我解决这个问题吗?

错误

fatal: Authentication failed for 'https://[company-name].git.beanstalkapp.com/ck5.git/'

当我尝试登录上面的 URL 时,它显示Not found这是 beanstalk 上 repo 的相同 URL

答案1

好的,我知道问题出在哪里了。

来源 问题是 VS Code 终端有时不工作。

详见“git push origin master 缺少或无效的凭据”,以及此处:

If you work with the JSON-settings file, insert the following line into it:
  git.terminalAuthentication: false,

这解决了我的问题git pull and push commits

相关内容