Git repo error

2013-05-12 Thread Justin Mclean
Hi, I'm getting this when trying to push. fatal: The remote end hung up unexpectedly error: error in sideband demultiplexer Anyone have any idea what the issue is here? Thanks, Justin

Re: Git repo error

2013-05-12 Thread Nicholas Kwiatkowski
That's an error I'd expect from a modem -- particularly one that lost it's ability to hear itself on the line for echo control... On Sun, May 12, 2013 at 7:57 AM, Justin Mclean jus...@classsoftware.comwrote: Hi, I'm getting this when trying to push. fatal: The remote end hung up

Re: Git repo error

2013-05-12 Thread Justin Mclean
HI, Still getting this error when pushing to the flex sdk repo but it still seems to push the changes. From what I've managed to google it could be due to issues in post commit hooks (do we have any?) or a corrupt remote repo - neither sounds like a good situation to be in. Justin

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
-Fred -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 1:21 AM To: dev@flex.apache.org Subject: Re: Git repo error HI, Still getting this error when pushing to the flex sdk repo but it still seems to push the changes. From what I've managed to google it could be due

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, Do any of those commands effect the remote repo? The set-hed and rm origin sound a bit risky to me. Thanks, Justin

Re: Git repo error

2013-05-12 Thread Justin Mclean
HI, git remote set-head -a Gave me: git remote set-head -a usage: git remote set-head name (-a | -d | branch) -a, --autoset refs/remotes/name/HEAD according to remote -d, --delete delete refs/remotes/name/HEAD I assume I need master or develop in there? Justin

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
git remote set-head origin -a -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 2:36 AM To: dev@flex.apache.org Subject: Re: Git repo error HI, git remote set-head -a Gave me: git remote set-head -a usage: git remote set-head name (-a | -d | branch

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, OK after this: git remote prune origin git gc --prune=now git remote set-head -a I still get the same error. Can someone else please try a push to flex-sdk develop and see if they also get the error. Here's the full output: Pushing to https://git-wip-us.apache.org/repos/asf/flex-sdk.git

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
I found the same problem. -Fred -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 2:51 AM To: dev@flex.apache.org Subject: Re: Git repo error Hi, OK after this: git remote prune origin git gc --prune=now git remote set-head -a I still get the same error. Can

Re: Git repo error

2013-05-12 Thread Nicholas Kwiatkowski
, 2013 2:51 AM To: dev@flex.apache.org Subject: Re: Git repo error Hi, OK after this: git remote prune origin git gc --prune=now git remote set-head -a I still get the same error. Can someone else please try a push to flex-sdk develop and see if they also get the error. Here's the full

Re: Git repo error

2013-05-12 Thread OmPrakash Muppirala
: Re: Git repo error Hi, OK after this: git remote prune origin git gc --prune=now git remote set-head -a I still get the same error. Can someone else please try a push to flex-sdk develop and see if they also get the error. Here's the full output: Pushing to https://git

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, Infra might be messing with the post commit github mirror sync hook. Lets give it a few hours to see if goes away. I've pinged them and yes it's an issue with gitpubsub. Thanks, Justin

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, I've pinged them and yes it's an issue with gitpubsub. And looks like it's been fixed. Thanks, Justin