mac上使用VSCode svn插件报错不能更新`提交 的问题

时间:2024-03-28 14:15:35

报错如下:

Commit failed (details follow):

Unable to connect to a repository at URL ‘https://xxx.xxx.xxx.xxx/svn/xxx/1_client/trunk/xxx
Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted

解决方法:
svn list https://your.repository.url from Terminal (Mac) / Command Line (Win) to get the option to accept the certificate permanently
svn will ask you for confirmation. accept it permanently.
After that this should work for subsequent requests from ant script.

下图是我的操作:
mac上使用VSCode svn插件报错不能更新`提交 的问题

再回到vsc, update, commit 舒服得不要不要的。