-1
我'試圖通過利用下面的命令來克隆buildroot repository:無法克隆Buildroot裏面庫
> 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
能否請你幫我undrestand有什麼不對這個命令?
編輯
的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
的命令是不錯,看來你的網絡設置有問題。 Git無法解析域'github.com'。 – sebasgo
@sebasgo謝謝你,我可以訪問瀏覽器的鏈接,「網絡設置」你的意思是有防火牆或其他,我該如何檢查? – Mouin
是你能克隆一些其他庫 –