位桶身份验证失败



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

  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看看问题是什么。也许重新启动路由器。无论哪种方式,问题都不在于身份验证,而在于首先是连接。

最新更新