其他分享
首页 > 其他分享> > idea总是弹出svn账户密码框 & Server SSL certificate verification failed

idea总是弹出svn账户密码框 & Server SSL certificate verification failed

作者:互联网

新装了一个idea,也是整合了svn,总是频繁弹出用户名和密码框让验证账户;

于是我就进入设置 Settings  --> Subversion --> 点一下左下角的 Clear Auth Cache,然后就不弹出了;

但是清空缓存后再用svn更新代码就会报错了,错误如下:

———————————————————————————————————————————————

  Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted

———————————————————————————————————————————————

解决办法: 用TortoiseSVN, 执行下checkout, 会提示输入svn账号密码,输入后就好了, 再回到idea就可以正常提交更新代码了。

标签:svn,certificate,--,idea,Server,failed
来源: https://www.cnblogs.com/sensenh/p/16159468.html