Android studio commit 提交SVN 失败,提示该错误
Commit failed with error
0 file committed, 5 files failed to commit: ******************
svn: E170013: Commit failed (details follow):
svn: E170013: Unable to connect to a repository at URL
'https://********************************************'
svn: E230001: Server SSL certificate verification failed:
certificate issued for a different hostname, issuer is not trusted
字面上的大概意思是服务器的SSL证书验证失败,证书的主机名称不匹配,此证书并不是由信任的权威机权颁发。
解决方法:
在终端执行:
svn ls https://********* (你的项目地址)*
然后终端会让你选择:
(R)拒绝,(t)暂时接受,或(p)永远接受?
输入:p
按回车,然后会提示输入电脑用户的密码
,还有svn的账号密码,按着提示操作就行