来自bitbucket.org的git clone无法通过https运行

时间:2014-03-20 07:11:56

标签: git clone bitbucket

我遇到与Could not resolve host: bitbucket.org; nodename nor servname provided, or not known相同的问题。我已经尝试在评论中给出的IP地址,但它也给出了相同的消息。请帮助解决问题。 这是错误代码:

    MYNAME@DEVELOPER8 /d/Projects
    $ git clone https://MYNAME@bitbucket.org/PATH/TO/REPO.git
    Cloning into 'REPO'...
    fatal: unable to access 'https://MYNAME@bitbucket.org/PATH/TO/REPO.git/': Could not resolve host: bitbucket.org

2 个答案:

答案 0 :(得分:16)

有时我们会在配置代理时出错。 也许这可以帮助,重置你的代理。

git config --global --unset http.proxy
git config --global --unset https.proxy

答案 1 :(得分:4)

在bitbucket中创建存储库时,用户界面会显示您需要的确切克隆命令:

a busy cat

因此,您的克隆命令需要是:

https://usersname@bitbucket.org/username/reponame.git