mac android studio Server SSL certificate rejected
打开终端,输入命令 svn co https://XXXX
如:svn co https://192.136.1.70:433
1
2
3
4
5
6
7
8
9
10
11
12
|
Error validating server certificate
for
'https://192.136.1.70: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: APACHE
- Valid: from Thu,
25
Jul
2013
04
:
29
:
38
GMT until Mon,
14
Jan
2019
04
:
29
:
38
GMT
- Issuer: NBnet, NewBnet, Guangzhou, Guangdong, CN
- Fingerprint: ec:5b:
69
:b7:ac:
94
:
73
:b6:
23
:
59
:
27
:
28
:
78
:
28
:5b:3a:
62
:
27
:d5:5c
(R)eject, accept (t)emporarily or accept (p)ermanently? p
svn: E175002: Unable to connect to a repository at URL
'https://192.136.1.70:433'
svn: E175002: OPTIONS of
'https://192.136.1.70:433'
: Could not read status line: connection was closed by server (https://
192.136
.
1.70
)
|
在终端确认输入:p
这样就可以连接svn了
上面这些事别人那找到的,各种方法试过了,这种方法解决的
https://XXXX就是你要下载的工程目录地址
其他参考:http://blog.csdn.net/u014723529/article/details/51772583