我无法克隆我已写入访问级别的bitbucket存储库

时间:2016-06-16 15:24:29

标签: python git ssh pycharm bitbucket

我的计算机上有多个ssh(不太确定怎么说),并且相信这可能是我无法使用pycharm进行拉,推或克隆的原因。

当我在终端输入此代码时:

git clone ssh://git@bitbucket.org:#####/#######.git

我收到错误:

Cloning into '######'...

ssh: connect to host bitbucket.org:##### port 22: Operation timed out
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

我在这家初创公司的同事可以访问并能够克隆并推送它。我相信原因可能是我在计算机上使用ssh作为另一个程序。但我不确定这会如何影响它。我从谷歌搜索得到这个,所以我也可能弄错了。其他人遇到这种情况?

1 个答案:

答案 0 :(得分:1)

也许你可以尝试另一种方式,克隆存储库会更容易

试试这个:

git clone https://example@bitbucket...

这样你可以在没有ssh密钥的情况下克隆存储库

还有什么,您可以查看以下网站:

https://confluence.atlassian.com/bitbucket/copy-your-git-repository-and-add-files-746520876.html