我已經安裝RasPi Raspbian,現在我不能做ssh或git clone,只有本地主機名正在被解析。然而Ping原理:無法解析主機名,ping工程
pi ~ $ ssh test.com
ssh: Could not resolve hostname test.com: Name or service not known
pi ~ $ git clone [email protected]:test.git
Cloning into 'test'...
ssh: Could not resolve hostname test.com: Name or service not known
fatal: The remote end hung up unexpectedly
pi ~ $ ping test.com
PING test.com (174.36.85.72) 56(84) bytes of data.
我周圍那種工作了github上使用http://github.com
代替git://github.com
,但是這是不正常的,我想查明問題。
谷歌搜索類似的問題,但提供的解決方案是打字錯誤更正或添加域到主機文件。
如果您可以ping通,請嘗試使用IP地址。 'git clone [email protected]:test.git'。我還會看看'nslookup test.com'以確保它正確解析。 – 2013-02-25 01:07:01
當然,我可以使用IP地址,但我想徹底解決它。最重要的是 - 瞭解是什麼造成的。 – firedev 2013-02-25 03:30:21