X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,SPF_HELO_PASS,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <28606567.post@talk.nabble.com> Date: Wed, 19 May 2010 03:42:47 -0700 (PDT) From: ol42 To: cygwin AT cygwin DOT com Subject: Re: git stopped working with 1.7.1 In-Reply-To: <20100119093537.GE2402@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <10711 DOT 1261594527 AT gemini DOT franz DOT com> <21394 DOT 1261962819 AT gemini DOT franz DOT com> <20091228042329 DOT GC12367 AT ednor DOT casa DOT cgf DOT cx> <10362 DOT 1262973686 AT gemini DOT franz DOT com> <4B477CDE DOT 7060000 AT byu DOT net> <6855 DOT 1263232527 AT gemini DOT franz DOT com> <27189941 DOT post AT talk DOT nabble DOT com> <4B51D3D5 DOT 80103 AT cornell DOT edu> <27207290 DOT post AT talk DOT nabble DOT com> <20100119093537 DOT GE2402 AT calimero DOT vinschen DOT de> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The problem still exists but it appears infrequently with small repos. But larger repositories constantly fail even with the environment variable below defined. I currently use the putty ssh client for git. Nevertheless I consider this a major issue since the ssh protocol is the most important use case for git and as far as I know the cygwin version is the recommended one under windows. Corinna Vinschen-2 wrote: > > On Jan 18 00:17, ol42 wrote: >> >> But obviously the environment variable has still an effect! >> Without binmode I get the following error ----> >> >> $ git clone ssh://ol AT simulacron/home/git/gen-dsp.git >> Initialized empty Git repository in /home/ol/tmp/gen-dsp/.git/ >> remote: Counting objects: 979, done. >> remote: Compressing objects: 100% (966/966), done. >> fatal: The remote end hung up unexpectedly >> fatal: early EOF >> fatal: index-pack failed >> >> If I have CYGWIN=binmode defined it obviously works ---> >> >> $ git clone ssh://ol AT simulacron/home/git/gen-dsp.git >> Initialized empty Git repository in /home/ol/tmp/gen-dsp/.git/ >> remote: Counting objects: 979, done. >> remote: Compressing objects: 100% (966/966), done. >> remote: Total 979 (delta 483), reused 0 (delta 0) >> Receiving objects: 100% (979/979), 950.64 KiB | 1269 KiB/s, done. >> Resolving deltas: 100% (483/483), done. >> Checking out files: 100% (196/196), done. > > Dunno why you see two different results, but the CYGWIN=binmode > setting most certainly doesn't exist anymore in Cygwin 1.7. > > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Project Co-Leader cygwin AT cygwin DOT com > Red Hat > > -- > 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 > -- View this message in context: http://old.nabble.com/git-stopped-working-with-1.7.1-tp26905956p28606567.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