无法解析主持人:bitbucket.org;提供nodename或servname,或者不知道

时间:2013-09-21 03:57:09

标签: git bitbucket

每当我尝试使用终端从Bitbucket克隆任何repo时,都会出现此错误:

$ git clone https://me@bitbucket.org/me/myrepo.git
Cloning into 'blog'...
fatal: unable to access 'https://me@bitbucket.org/me/myrepo.git': Could not 
resolve host: bitbucket.org; nodename nor servname provided, or not known

我通过用'git'协议替换'http'解决了GitHub同样的问题,这很棒!但是当我在Bitbucket上尝试时,我得到了这个:

git clone git://me@bitbucket.org/me/myrepo.git
Cloning into 'blog'...
fatal: Unable to look up me@bitbucket.org (port 9418) (nodename nor servname 
provided, or not known)

所以我删除了'me @',使其与实际网页相同,操作只是超时了。帮助

2 个答案:

答案 0 :(得分:1)

~/.gitconfig中,是否有[http]部分,其中包含proxy条目?如果是这样,那可能是您麻烦的根源。 (我从上面发布的帮助页面链接中提取了这个想法。)

答案 1 :(得分:-3)

当通过mac osx上的终端从Bitbucket克隆时,只支持http,而不支持https。

您应该能够使用完全相同的命令,只需使用http。

Bitbucket存储库概述网页提供包含https的克隆命令。在Mac上,只需删除'。