All of lore.kernel.org
 help / color / mirror / Atom feed
* Error in Git
@ 2009-11-03  8:51 Ravindra
  2009-11-03 12:15 ` Sverre Rabbelier
  2009-11-03 12:18 ` Nicolas Sebrecht
  0 siblings, 2 replies; 3+ messages in thread
From: Ravindra @ 2009-11-03  8:51 UTC (permalink / raw)
  To: git

Hi,
When i execute the git command for the url git://git.openezx.org/sgh-i900.git I am getting the following error,
Please let me know how to solve this.

error: waitpid (async) failed
fatal: error in sideband demultiplexer

Regards,

Ravindra K.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error in Git
  2009-11-03  8:51 Error in Git Ravindra
@ 2009-11-03 12:15 ` Sverre Rabbelier
  2009-11-03 12:18 ` Nicolas Sebrecht
  1 sibling, 0 replies; 3+ messages in thread
From: Sverre Rabbelier @ 2009-11-03 12:15 UTC (permalink / raw)
  To: Ravindra; +Cc: git

Heya,

On Tue, Nov 3, 2009 at 09:51, Ravindra
<ravindra.kulkarni@globaledgesoft.com> wrote:
> When i execute the git command for the url
> git://git.openezx.org/sgh-i900.git I am getting the following error,
> Please let me know how to solve this.

I just tried, and to be more precise, the error is at clone time:

$ GIT_TRACE=1 git clone git://git.openezx.org/sgh-i900.git
trace: built-in: git 'clone' 'git://git.openezx.org/sgh-i900.git'
Initialized empty Git repository in /home/sverre/code/sgh-i900/.git/
trace: run_command: 'index-pack' '--stdin' '-v' '--fix-thin'
'--keep=fetch-pack 2980 on LAPTOP-SVERRE'
trace: exec: 'git' 'index-pack' '--stdin' '-v' '--fix-thin'
'--keep=fetch-pack 2980 on LAPTOP-SVERRE'
trace: exec: 'git-index-pack' '--stdin' '-v' '--fix-thin'
'--keep=fetch-pack 2980 on LAPTOP-SVERRE'
trace: run_command: 'git-index-pack' '--stdin' '-v' '--fix-thin'
'--keep=fetch-pack 2980 on LAPTOP-SVERRE'
remote: Counting objects: 128422, done.
remote: Compressing objects: 100% (122355/122355), done.
remote: Total 128422 (delta 6110), reused 128357 (delta 6067)
remote: aborting due to possible repository corruption on the remote side.
Receiving objects: 100% (128422/128422), 46.32 MiB | 1.41 MiB/s, done.
Resolving deltas: 100% (6110/6110), done.
fatal: error in sideband demultiplexer

No clue what's wrong though, just wanted to save other people some time :).

-- 
Cheers,

Sverre Rabbelier

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error in Git
  2009-11-03  8:51 Error in Git Ravindra
  2009-11-03 12:15 ` Sverre Rabbelier
@ 2009-11-03 12:18 ` Nicolas Sebrecht
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Sebrecht @ 2009-11-03 12:18 UTC (permalink / raw)
  To: Ravindra; +Cc: git, Nicolas Sebrecht

The 03/11/09, Ravindra wrote:

> When i execute the git command for the url
> git://git.openezx.org/sgh-i900.git I am getting the following error,
> Please let me know how to solve this.

It really looks like a problem coming from the remote side only. I'm not
sure why. You should contact the admin of the repository.

> error: waitpid (async) failed fatal: error in sideband demultiplexer

I've had a similar error here :

  % git clone git://git.openezx.org/sgh-i900.git
  Initialized empty Git repository in /tmp/sgh-i900/.git/
  remote: Counting objects: 128422, done.
  remote: Compressing objects: 100% (122355/122355), done.
  remote: Total 128422 (delta 6110), reused 128357 (delta 6067)
  remote: aborting due to possible repository corruption on the remote side.
  Receiving objects: 100% (128422/128422), 46.32 MiB | 519 KiB/s, done.
  Resolving deltas: 100% (6110/6110), done.
  fatal: error in sideband demultiplexer
  %

And at my first try :

  % git clone git://git.openezx.org/sgh-i900.git
  Initialized empty Git repository in /tmp/sgh-i900/.git/
  remote: fatal: Out of memory, realloc failed
  remote: aborting due to possible repository corruption on the remote side.
  fatal: early EOF
  fatal: index-pack failed
  %

% git --version
git version 1.6.5.2.293.ge3812c

-- 
Nicolas Sebrecht

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-03 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-03  8:51 Error in Git Ravindra
2009-11-03 12:15 ` Sverre Rabbelier
2009-11-03 12:18 ` Nicolas Sebrecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.