Closed urkle closed 5 years ago
You are running an ancient version of Git. There has been many fixes in the way remote helper errors are handled in more recent versions.
This is also happening with me: Git 2.7.4, Hg 3.7.3.
If I git pull
before my next commit and push, then it works fine albeit slowly. I'm only having this trouble on the repo where the default branch is named "live" instead of "default". I don't know if that's relevant.
Anybody still experiencing this?
So, I've been trying to push a single commit to an HG repository.. And I've re-cloned it 3 times so far from scratch and it's refusing to work. Here are the steps.
What I see is a bunch of errors about object already having a mark (see #16 ).. though if I do a push as step 3a.. I can get those out of the way before hand. then I see this.
However things are not behind at all!.. And here's the "fun bit" when I try to push again.. this is what happens.
As the commit that is supposed to be pushed to the remote is ON the hg repo in .git/hg/origin but not up on the remote server.
HG version 2.4.1 and git version 1.8.1.4 Note that I have been able to commit and push before from this system. So I have no idea why it is breaking now.
Now.. looking at the raw .hg data the branchheads has 3 "default" entries in it? could this be the cause of this?