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 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 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
Did you try to resync your repo ? it's what I would try if something like 
that happens :


git remote prune origin
git gc --prune=now
git remote set-head -a

if it doesn't work, I would try to remove all tracked branches:

git checkout master
git remote rm origin
and re-add them with 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 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 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)

   -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 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
POST git-receive-pack (500 bytes)
fatal: The remote end hung up unexpectedly
error: error in sideband demultiplexer
To https://git-wip-us.apache.org/repos/asf/flex-sdk.git
 = [up to date]  master - master
 = [up to date]  apache-flex-sdk-4.8.0 - apache-flex-sdk-4.8.0
 = [up to date]  apache-flex-sdk-4.9.0 - apache-flex-sdk-4.9.0
 = [up to date]  apache-flex-sdk-4.9.1 - apache-flex-sdk-4.9.1
 = [up to date]  initialFlexCommitImport.20110218 - 
initialFlexCommitImport.20110218
   bdcc9f5..ed8b830  develop - develop
updating local tracking ref 'refs/remotes/origin/develop'
updating local tracking ref 'refs/remotes/origin/master'
Completed with errors, see above

Thanks,
Justin

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 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
POST git-receive-pack (500 bytes)
fatal: The remote end hung up unexpectedly
error: error in sideband demultiplexer
To https://git-wip-us.apache.org/repos/asf/flex-sdk.git
= [up to date]  master - master
= [up to date]  apache-flex-sdk-4.8.0 - apache-flex-sdk-4.8.0
= [up to date]  apache-flex-sdk-4.9.0 - apache-flex-sdk-4.9.0
= [up to date]  apache-flex-sdk-4.9.1 - apache-flex-sdk-4.9.1
= [up to date]  initialFlexCommitImport.20110218 - 
initialFlexCommitImport.20110218

  bdcc9f5..ed8b830  develop - develop
updating local tracking ref 'refs/remotes/origin/develop'
updating local tracking ref 'refs/remotes/origin/master'
Completed with errors, see above

Thanks,
Justin 



Re: Git repo error

2013-05-12 Thread Nicholas Kwiatkowski
Same error, but it seems that the pushes are going through.  I was able to
see Fred's change to SVN-TEST


On Sun, May 12, 2013 at 9:05 PM, Frédéric THOMAS webdoubl...@hotmail.comwrote:

 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 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.githttps://git-wip-us.apache.org/repos/asf/flex-sdk.git
 POST git-receive-pack (500 bytes)
 fatal: The remote end hung up unexpectedly
 error: error in sideband demultiplexer
 To 
 https://git-wip-us.apache.org/**repos/asf/flex-sdk.githttps://git-wip-us.apache.org/repos/asf/flex-sdk.git
 = [up to date]  master - master
 = [up to date]  apache-flex-sdk-4.8.0 - apache-flex-sdk-4.8.0
 = [up to date]  apache-flex-sdk-4.9.0 - apache-flex-sdk-4.9.0
 = [up to date]  apache-flex-sdk-4.9.1 - apache-flex-sdk-4.9.1
 = [up to date]  initialFlexCommitImport.**20110218 -
 initialFlexCommitImport.**20110218
   bdcc9f5..ed8b830  develop - develop
 updating local tracking ref 'refs/remotes/origin/develop'
 updating local tracking ref 'refs/remotes/origin/master'
 Completed with errors, see above

 Thanks,
 Justin



Re: Git repo error

2013-05-12 Thread OmPrakash Muppirala
Infra might be messing with the post commit github mirror sync hook.  Lets
give it a few hours to see if goes away.  If not I will ping them about
this.

Thanks,
Om
On May 12, 2013 6:14 PM, Nicholas Kwiatkowski nicho...@spoon.as wrote:

 Same error, but it seems that the pushes are going through.  I was able to
 see Fred's change to SVN-TEST


 On Sun, May 12, 2013 at 9:05 PM, Frédéric THOMAS webdoubl...@hotmail.com
 wrote:

  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 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
 https://git-wip-us.apache.org/repos/asf/flex-sdk.git
  POST git-receive-pack (500 bytes)
  fatal: The remote end hung up unexpectedly
  error: error in sideband demultiplexer
  To https://git-wip-us.apache.org/**repos/asf/flex-sdk.git
 https://git-wip-us.apache.org/repos/asf/flex-sdk.git
  = [up to date]  master - master
  = [up to date]  apache-flex-sdk-4.8.0 - apache-flex-sdk-4.8.0
  = [up to date]  apache-flex-sdk-4.9.0 - apache-flex-sdk-4.9.0
  = [up to date]  apache-flex-sdk-4.9.1 - apache-flex-sdk-4.9.1
  = [up to date]  initialFlexCommitImport.**20110218 -
  initialFlexCommitImport.**20110218
bdcc9f5..ed8b830  develop - develop
  updating local tracking ref 'refs/remotes/origin/develop'
  updating local tracking ref 'refs/remotes/origin/master'
  Completed with errors, see above
 
  Thanks,
  Justin
 



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