Heya, On Tue, Nov 3, 2009 at 09:51, Ravindra <ravindra.kulkarni@xxxxxxxxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html