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 wrote: > Hi, > > I'm getting this when trying to push. > fatal: The remote end hung up unexpectedly > error: error in s

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
th git add -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 googl

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 Frédéric THOMAS
No, it's all local, see https://www.kernel.org/pub/software/scm/git/docs/git-remote.html Actually, the goal is to clean your repo/config -Fred -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 1:59 AM To: dev@flex.apache.org Subject: Re: Git repo error H

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 (-a | -d | ) -a, --autoset refs/remotes//HEAD according to remote -d, --delete delete refs/remotes//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 (-a | -d | ) -a, -

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.g

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

Re: Git repo error

2013-05-12 Thread Nicholas Kwiatkowski
t: 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 someone else pleas

Re: Git repo error

2013-05-12 Thread OmPrakash Muppirala
I was able to > see Fred's change to SVN-TEST > > > On Sun, May 12, 2013 at 9:05 PM, Frédéric THOMAS >wrote: > > > I found the same problem. > > > > > > -Fred > > > > -Message d'origine- From: Justin Mclean > > Sent: Mon

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