IDEA中拉取/提交SVN代码报错

Error:svn: E170013: Unable to connect to a repository at URL ‘https://172.168.11.142/svn/xxx’
svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted

服务器的SSL证书验证失败,证书曾用于不同的主机,需要重新信任。

解决办法

在命令行执行如下命令:

  • svn ls https://172.168.11.142/svn/xxx
    IDEA中拉取SVN代码报错 svn: E230001- 输入p回车
  • 此时再去重新拉取或者提交代码就能成功了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-01-08
  • 2021-04-04
  • 2022-02-10
  • 2021-11-02
猜你喜欢
  • 2021-11-26
  • 2022-12-23
  • 2021-04-25
  • 2021-08-17
  • 2022-01-18
  • 2021-05-12
相关资源
相似解决方案