intellij idea for mac连上不https的SVN解决方式

刚刚开始使用mac系统很多不熟悉,在使用intellij idea自身集成的subversion配置svn库时遇到了无法连接的情况。

找了各种方法发现时mac自身的svn对证书限制的问题所以需要在终端进行连接信任证书,方法如下:


在终端输入
svn list   https://svn地址
出现
Error validating server certificate for ‘https://192.168.2.126:443‘:
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
 - The certificate hostname does not match.
Certificate information:
 - Hostname: Keeasy
 - Valid: from Tue, 05 Nov 2013 05:48:59 GMT until Fri, 03 Nov 2023 05:48:59 GMT
 - Issuer: Keeasy
 - Fingerprint: 43:23:71:ca:b2:44:f6:6d:31:43:cb:ee:65:3b:a6:65:12:1d:2e:e6
(R)eject, accept (t)emporarily or accept (p)ermanently? p
 
选择输入p
即可连接
发布了3 篇原创文章 · 获赞 1 · 访问量 1425

猜你喜欢

转载自blog.csdn.net/b95152394/article/details/80136391