以前一个人开发没有考虑代码服务器的问题,现在需要提交代码到服务器,服务器安装了cvs以及svn,一般的Mac OS X都已经安装了subversion客户端,自然是选择svn了,不过碰到了连接不上的问题。

由于客户端使用https访问服务器,是需要进行安全认证的。

为此,在终端输入

svn list  https://192.168.1.103/svn/IOS

出现

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

即可连接

相关文章:

  • 2021-11-20
  • 2021-11-17
  • 2021-11-20
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-21
  • 2021-09-12
  • 2021-12-03
  • 2021-08-03
相关资源
相似解决方案