无法克隆Buildroot存储库

时间:2017-01-03 09:01:45

标签: git buildroot

我正在尝试使用以下命令克隆buildroot repository

> git clone https://github.com/buildroot/buildroot.git
Cloning into 'buildroot'...
fatal: unable to access 'https://github.com/buildroot/buildroot.git/': Could not resolve host: github.com

请你帮我解决这个命令有什么不妥?

修改

nslookup github.com的结果是:

> nslookup github.com
;; Got SERVFAIL reply from 192.168.249.10, trying next server
;; connection timed out; no servers could be reached

1 个答案:

答案 0 :(得分:0)

问题已解决。

我做了什么: 在firefox浏览器上

  preferences
     advanced:network:settings

浏览器HTTP Proxy=my_proxyPort=my_port的代理设置。

我配置HTTPS_PROXY如下:

export HTTPS_PROXY=my_proxy:my_port

克隆按预期工作。

我继续使用此解决方案,因为链接可以使用浏览器打开而不是使用命令行打开,所以shell env变量中确实缺少配置。

类似的问题(由@Deepak Mahakale指出):could not resolve host github.com error while cloning remote repository in git