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

来源:互联网 发布:淘宝网男针织衫 编辑:程序博客网 时间:2024/05/16 18:22

在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了。

原创粉丝点击