IDEA中拉取/提交SVN代码报错
Error:svn: E170013: Unable to connect to a repository at URL ‘https://172.168.11.142/svn/xxx’
svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted
服务器的SSL证书验证失败,证书曾用于不同的主机,需要重新信任。
解决办法
在命令行执行如下命令:
-
svn ls https://172.168.11.142/svn/xxx
- 输入p
回车 - 此时再去重新拉取或者提交代码就能成功了