Git:git clone与Bit bucket repository抛出致命错误

时间:2016-03-27 19:49:37

标签: git github bitbucket git-clone

我正在尝试通过git clone命令将我的位桶存储库克隆到本地

面对以下错误: -

fatal: unable to access 'https://username@bitbucket.org/myrep/movieplace.git/': 
Failed to connect to bitbucket.org port 1080: Timed out

cloning fetching committinggit时,我没有遇到此类错误。

当我refreshed我的windows-8个电脑上面的错误开始时,我会诚实地说话。

我怎么能摆脱这个问题?

1 个答案:

答案 0 :(得分:0)

此页面指出您尝试使用错误的URL格式连接到bitbucket:

https://confluence.atlassian.com/bitbucket/use-the-ssh-protocol-with-bitbucket-cloud-221449711.html

您正在尝试连接到:

https://username@bitbucket.org/myrep/movieplace.git/

当您应该连接时(当然使用替换):

https://<accountname>@bitbucket.org/<accountname>/<reponame>.git

您还应该使用端口443而不是1080