我已经安装了 RasPi Raspbian,现在我无法执行 ssh 或 git clone,似乎只能解析本地主机名。然而 ping 工作:
pi ~ $ ssh test.com
ssh: Could not resolve hostname test.com: Name or service not known
pi ~ $ git clone gitosis@test.com: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.
http://github.com
我通过使用而不是为 github 解决了这个问题git://github.com
,但这不正常,我想查明问题所在。
谷歌搜索类似的问题,但提供的解决方案要么是错字更正,要么是在主机文件中添加域。