zhwj184 发表于 2013-2-7 12:27:26

linux svn co时候出现 unresolve hostname的方法解决方法

在linux下装了svn后,用svn co http://subversion.tigris.org/ /temp 时出现could not resolve hostname 错误,需要在/etc/hosts 增加
192.168.1.195 debian.localdomain debian
这种域名与ip地址的映射,这样svn就可以正常co了。
页: [1]
查看完整版本: linux svn co时候出现 unresolve hostname的方法解决方法