【发布时间】:2010-05-01 15:51:41
【问题描述】:
我在 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 超时属性。 可能是什么问题?
【问题讨论】:
-
marslogic 在下面另一个几乎相同的问题上有你的答案。很遗憾他的答案从未在那里被选中。