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

走远了吗. 提交于 2019-11-27 06:36:26

问题


I have a Mac and Windows 7 PC where Mercurial/BitBucket work as expected. However, I just created a new Windows 7 VMWare Fusion image and I get the following error if I try to clone over https.

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

Is there something about the Virtual Machine that breaks it? I installed Mercurial/TortoiseHG the same way on the physical Win7 box and on the VMWare image.

Is there some way to get more information on the error?


回答1:


Turns out that entering bad information in the [http_proxy] section of mercurial.ini interferes with http communication. Wish I would have double-checked that two days ago!



来源:https://stackoverflow.com/questions/6554921/mercurial-on-windows-abort-error-an-existing-connection-was-forcibly-closed-b

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!