Windows 上的 Mercurial:中止:错误:现有连接被远程主机强制关闭
我有一台 Mac 和 Windows 7 PC,其中 Mercurial/BitBucket 按预期工作。但是,我刚刚创建了一个新的 Windows 7 VMWare Fusion 映像,如果尝试通过 https 进行克隆,则会收到以下错误。
中止:错误:现有连接被远程主机强制关闭
虚拟机是否存在某些问题导致其中断?我在物理 Win7 机器和 VMWare 映像上以相同的方式安装了 Mercurial/TortoiseHG。
有什么方法可以获取有关错误的更多信息吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,在 Mercurial.ini 的 [http_proxy] 部分中输入错误信息会干扰 http 通信。希望我两天前能仔细检查一下!
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!