关于IIS7连接超时的Mercurial

时间:2010-05-01 15:51:42

标签: iis mercurial

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

abort: error: An existing connection was forcibly closed by the remote host

从Tortoise HG我得到更多细节:

lopen error [Errno 10054] An existing connection was forcibly closed by the remote host>

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

1 个答案:

答案 0 :(得分:4)

您可能想看一下这个问题,我提供了同一问题的解决方案:Client error when attempting to push large files