我正在尝试通过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
committing
与git
时,我没有遇到此类错误。
当我refreshed
我的windows-8
个电脑上面的错误开始时,我会诚实地说话。
我怎么能摆脱这个问题?
答案 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