无法克隆 Buildroot 存储库

Unable to clone Buildroot repository

我正在尝试使用以下命令克隆 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

问题已解决。

我做了什么: 在火狐浏览器上

  preferences
     advanced:network:settings

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

我配置HTTPS_PROXY如下:

export HTTPS_PROXY=my_proxy:my_port

并且克隆按预期工作。

我继续这个解决方案是因为 link 可以用浏览器而不是命令行打开,所以肯定 shell 环境变量中缺少配置。

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