Svn 提交后挂钩失败,无法连接url

Svn 提交后挂钩失败,无法连接url,svn,Svn,我该怎么办? 我的服务器是win2008。我想做一个钩子,文档“post commit.cmd”可以在doule cllik时工作,但在客户端提交时无法工作。它无法连接url。但url可以在Chrome中工作 Error: post-commit hook failed (exit code 1) with output: Error: svn: E170013: Unable to connect to a repository at URL 'https://my ip/svn/chat

我该怎么办? 我的服务器是win2008。我想做一个钩子,文档“post commit.cmd”可以在doule cllik时工作,但在客户端提交时无法工作。它无法连接url。但url可以在Chrome中工作

Error: post-commit hook failed (exit code 1) with output:  
Error: svn: E170013: Unable to connect to a repository at URL 'https://my ip/svn/chat'  
Error: svn: E230001: Server SSL certificate verification failed: issuer is not trusted

@echo off
SET REPOS=%1
SET USER=%2
SET SVN="C:\Program Files\VisualSVN Server\bin\svn.exe"
SET DIR="D:\web\ultraman\chat"
(call %SVN% update %DIR% --username wbj --password wbj666 --non-interactive)

服务器证书有问题。请与管理员联系以获取帮助:

错误:svn:E230001:服务器SSL证书验证失败: 颁发者不受信任

要抑制警告,请将命令行选项添加到
svn.exe