Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mercurial打开IIS7连接超时_Iis_Mercurial - Fatal编程技术网

Mercurial打开IIS7连接超时

Mercurial打开IIS7连接超时,iis,mercurial,Iis,Mercurial,我在IIS7上配置了Mercurial,我可以毫无问题地推拉一些测试文件。 但是,如果我尝试推送一个更大的存储库,我会在hgpush命令行中得到以下错误: abort: error: An existing connection was forcibly closed by the remote host 从《乌龟HG》中,我得到了更多细节: lopen error [Errno 10054] An existing connection was forcibly closed by the

我在IIS7上配置了Mercurial,我可以毫无问题地推拉一些测试文件。 但是,如果我尝试推送一个更大的存储库,我会在
hgpush
命令行中得到以下错误:

abort: error: An existing connection was forcibly closed by the remote host
从《乌龟HG》中,我得到了更多细节:

lopen error [Errno 10054] An existing connection was forcibly closed by the remote host>
在我看来,这似乎是CGI的某种连接超时,但我在IIS7配置中扩展了CGI超时属性。
可能是什么问题?

您可能想看看这个问题,我为同一个问题提供了一个解决方案:。

marslogic的可能副本在下面列出了另一个几乎相同的问题的答案。很遗憾,他的答案从来没有被选上。