IntelliJ IDEA连接cvs超时Error refreshing view: Timeout while trying to connect to host
在使用IntelliJ IDEA连接cvs的时候,有时会报超时错误:
Error refreshing view: Timeout while trying to connect to host: 192.168.98.60
而在同样机器上使用eclipse连接同样项目却可以。
查看配置,发现eclipse默认的cvs超时时间是60:
而IDEA的默认超时时间只有10秒:
那么,将IDEA的超时时间改大一点,就可以解决超时问题了。
我只是修改为20,就不再出现超时了。