I'm using Mercurial with TortoiseHg 2.2. I have about a dozen registered repositories and I have remote repositories for most of them at Bitbucket.
I recently had to change one repository to use SSH (in order to deal with a very large file). Now I'm finding that I can't push to or pull from any of the other repositories. The error I get is:
URLError: [Errno 8] _ssl.c:490: EOF occurred in violation of protocol
I have Mercurial/TortoiseHg set up on another machine, where I haven't yet made the changes for that one repository. I have no trouble pushing or pulling the others there.
Any ideas?