位桶身份验证失败

bitbucket authentication failing

我将我的代码保存在 bitbucket 中。没有警告 git pull 只是挂起,经过漫长的等待后说要检查我是否可以访问。我的 bitbucket 网站登录工作正常。

  1. 删除 bitbucket.org 的所有钥匙串条目并手动重新登录没有任何帮助。
  2. 遵循缓存凭据的说明也无济于事: https://confluence.atlassian.com/bitbucketserver/permanently-authenticating-with-git-repositories-776639846.html#PermanentlyauthenticatingwithGitrepositories-Usingcredentialcaching

我找不到 git 命令来检查我的身份验证状态。 Atlassian 最近将 bitbucket 帐户与 atlassian 帐户合并。还有其他人找到解决方案吗?

我在 mac osx 10.11.5。埃尔卡皮坦。

我得到的错误是:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin 
ssh: connect to host bitbucket.org port 22: Operation timed out 
Here's the error message delivered after several minutes: 
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Completed with errors, see above
ssh: connect to host bitbucket.org port 22: Operation timed out

您的计算机无法连接。尝试 运行 traceroute bitbucket.org 看看是什么问题。也许重新启动你的路由器。无论哪种方式,问题都不在于身份验证,而在于连接。