I've grabbed an open source web app and wanted to push the entire thing as-is to bitbucket before I start hacking away at it.
TortoiseHg is reporting that the push is 22.7MB. I've tried pushing to https and http (with TortoiseHg and CLI) but in each case I get:
URLError: [Errno 10054] An existing connection was forcibly closed by the remote host
It seems that while individual files are small, the push is too big overall. I've looked for ways of splitting the push (e.g. Kiln has --chunked) but not getting anywhere. The large files extension doesn't seem to be relevant.
Use the command line, and use the --chunked option. You still get the same error (at the end of pushing), and it's quite slow, but it works. e.g.
hg --repository d:\src\whatever push --insecure --chunked https://whatever
P.S. I'm using windows 7 64,
tortoisehg version 2.10.1
mercurial version 2.8.1
pushing massive changes is the problem, smaller ones ok.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem on win 7 64, but switching to ssh drastically slowed down pushing. Bundling one file takes several minutes, while its a second using https. Any workarounds?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Greetings,
We have had recent reports of this problem typically from Windows 7 64 bit users. Can you confirm that is your Operating System and version? Also, can you tell me which version of Mercurial or TortoiseHG Workbench you have installed?
The workaround for now will be to switch to SSH. We have a [very thorough guide|https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Mercurial] to help get you going fast.
Please let me know if you have any issues setting up SSH.
We are working to identify the cause of this issue and hope to have a resolution soon, but SSH will be what will get you going right now.
Cheers,
Jason | Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, Windows 7 64bit. Not sure what version of TortoiseHg I was using then, probably 2.6.
Thanks for the response, I ended up committing small chunks of files and pushing them piece by piece - SSH would've been faster.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.