svn Error validating server certificate

后端 未结 8 762
太阳男子
太阳男子 2021-01-30 16:27

If I use any svn command communicating with the remote server I get the following error:

Error validating server certificate for \'https://...\':
 -         


        
8条回答
  •  你的背包
    2021-01-30 17:17

    Fix (for Windows):

    • Delete C:\Users\"USERNAME"\AppData\Roaming\Subversion\auth\svn.ssl.server
    • Open the command prompt and run svn list https:...
    • Accept certficate permanently by entering p.

提交回复
热议问题