X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Vadim Zeitlin Subject: Re: git stopped working with 1.7.1 Date: Tue, 5 Jan 2010 13:48:38 +0000 (UTC) Lines: 43 Message-ID: References: <10711 DOT 1261594527 AT gemini DOT franz DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I wrote: > Unfortunately I have no clue about how to debug it. ... > Is going back to Cygwin 1.5 really the only solution? Sorry, I should have read the thread more carefully before writing this, the message from Brian L does provide a solution: using plink.exe instead of Cygwin ssh works fine so there is at least a temporary workaround. Still no idea about what's wrong with ssh though, interactive logins work just fine. FWIW: > P.S. An example git fetch output: > > % git fetch -vv > Server supports multi_ack > Server supports side-band-64k > Server supports ofs-delta ... > got ack (2) 8ccfe563ad6b9ce0c549b168e135d09a25818caf > got ack (1) 8ccfe563ad6b9ce0c549b168e135d09a25818caf > remote: Counting objects: 1617, done. > remote: Compressing objects: 100% (1033/1033), done. With plink the lines until now are exactly the same. But then, instead of > fatal: The remote end hung up unexpectedly > fatal: early EOFs: 15% (156/1038) > fatal: index-pack failed I get the expected Receiving objects: 100% (1038/1038), 400.62 KiB, done. Resolving deltas: 100% (960/960), completed with 564 local objects. and everything works correctly. Thanks a lot to Brian for narrowing down the problem and providing a workaround! VZ -- 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