android studio 连接svn报错怎么解决

Subversion: (Accessing URL: https://subversion.assembla.com/svn/whozeincharge) Received fatal alert: handshake_failure Please check Subversion SSL settings (Settings | Version Control | Subversion | Network) Maybe you should specify SSL protocol manually - SSLv3 or TLSv1

自己回答吧 Mac
在终端输入svn co https://XXXXXX
出现
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
之后进入android studio链接subversion 搞定