关于IIS7连接超时的Mercurial

Ron*_*nie 5 iis mercurial

我在IIS 7上配置了Mercurial,我可以在没有问题的情况下推送和拉取一些测试文件.但是,如果我尝试推送更大的存储库,我会在hg push命令行中遇到此错误:

abort: error: An existing connection was forcibly closed by the remote host
Run Code Online (Sandbox Code Playgroud)

从Tortoise HG我得到更多细节:

lopen error [Errno 10054] An existing connection was forcibly closed by the remote host>
Run Code Online (Sandbox Code Playgroud)

在我看来,CGI是某种连接超时,但我扩展了IIS7配置中的cgi超时属性.可能是什么问题呢?

mar*_*gic 4

您可能想看一下这个,其中我提供了同一问题的解决方案:尝试推送大文件时的客户端错误