首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

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

2012-08-17 
linux svn co时候出现 unresolve hostname的方法解决方法在linux下装了svn后,用svn co http://subversion.

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

热点排行