X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0	tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <29853811.post@talk.nabble.com>
Date: Thu, 30 Sep 2010 18:21:06 -0700 (PDT)
From: survivant <survivant00@gmail.com>
To: cygwin@cygwin.com
Subject: Re: git stopped working with 1.7.1
In-Reply-To: <4CA14401.40000@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
References: <10711.1261594527@gemini.franz.com> <27300928.post@talk.nabble.com> <4B5D7DDF.6070904@gmx.de> <6ee4c8381002121948x2a0a48fci7918eae743cc03c8@mail.gmail.com> <26824.1268333412@gemini.franz.com> <4B9976C5.8030101@cwilson.fastmail.fm> <4B997742.2000600@redhat.com> <17978.1285605488@gemini.franz.com> <4CA0E145.8030204@gmail.com> <20100927195950.GB22191@ednor.casa.cgf.cx> <4CA112F4.8000106@gmail.com> <20100927230327.GE18236@ednor.casa.cgf.cx> <4CA13C8B.5030108@gmail.com> <29824574.post@talk.nabble.com> <4CA14401.40000@gmail.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


that's really a patch :)

but no choice..=20

I create a post on java.net  Hope to get more feedback, to get this problem
solve soon.

Unix users are making fun of us :)


Tom=C3=A1s Staig wrote:
>=20
> survivant wrote:
>> Does anyone one have an answer for this problem ?  (I saw lot of threads
>> in
>> different forums.. but never an answer.)
>>
>> I'm trying to clone a repository from my computer to my computer.  I,m
>> using
>> cygwin 1.7.   I,m able to clone all my others projects without problems.=
=20
>> This project is 900k.. and the others are better than that.
>>
>>=20=20
>>
>> I have no idea what going on.  I deleted the project and repush it..
>> always
>> the same problems.
>>
>>=20=20
>>
>> $ GIT_TRACE=3D1 git clone git@localhost:SmallProject.git
>> trace: built-in: git 'clone' 'git@localhost:SmallProject.git'
>>
>> Cloning into SmallProject...
>> trace: run_command: 'ssh' 'git@localhost' 'git-upload-pack
>> '\''SmallProject.git'\'''
>> DEBUG:gitosis.serve.main:Got command "git-upload-pack 'SmallProject.git'"
>> DEBUG:gitosis.access.haveAccess:Access check for 'jerabi' as 'writable'
>> on
>> 'SmallProject.git'...
>> DEBUG:gitosis.access.haveAccess:Stripping .git suffix from
>> 'SmallProject.git', new value 'SmallProject'
>> DEBUG:gitosis.group.getMembership:found 'jerabi' in 'gitosis-admin'
>> DEBUG:gitosis.group.getMembership:found 'jerabi' in 'dev_jerabi'
>> DEBUG:gitosis.access.haveAccess:Access ok for 'jerabi' as 'writable' on
>> 'SmallProject'
>> DEBUG:gitosis.access.haveAccess:Using prefix 'repositories' for
>> 'SmallProject'
>> DEBUG:gitosis.serve.main:Serving git-upload-pack
>> 'repositories/SmallProject.git'
>> trace: run_command: 'index-pack' '--stdin' '-v' '--fix-thin'
>> '--keep=3Dfetch-pack 6900 on jerabi-THINK'
>> trace: exec: 'git' 'index-pack' '--stdin' '-v' '--fix-thin'
>> '--keep=3Dfetch-pack 6900 on jerabi-THINK'
>> remote: Counting objects: 344, done.
>> trace: built-in: git 'index-pack' '--stdin' '-v' '--fix-thin'
>> '--keep=3Dfetch-pack 6900 on jerabi-THINK'
>> remote: Compressing objects:  58% (134/230)
>> remote: Compressing objects: 100% (230/230), done.
>> fatal: The remote end hung up unexpectedly
>> fatal: early EOF
>> fatal: index-pack failed
>>
>> jerabi@jerabi-THINK ~/workspaces/test
>> $
>>
>> $ git --version
>> git version 1.7.2.3
>>=20=20=20
> Don't have a clue of why this happens (some people say it is because of=
=20
> openssh, that if you change it for putty's implementation it works well)=
=20
> but when that happens to me (while pulling, never tried with clone) I=20
> just try a couple of times until it succeeds:
>=20
> for (( i=3D0 ; i < 100 ; i++ )); do git pull; done
>=20
> works all the time for me... try something similar but with "git clone=20
> ..." of course.
>=20
> And well, I'm working with a 4+GB repository, so I'm really thankful=20
> that the clone worked right away.
>=20
> I know it's not the best solution, but if it works... it's good enough=20
> as a temporal workaround.
> Hope it works for you.
>=20
> Cheers,
> Tomas.
>=20
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>=20
>=20
>=20

--=20
View this message in context: http://old.nabble.com/git-stopped-working-wit=
h-1.7.1-tp26905956p29853811.html
Sent from the Cygwin list mailing list archive at Nabble.com.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

