Reputation: 6927
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?
Upvotes: 2
Views: 2321
Reputation: 6927
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!
Upvotes: 2