This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git stopped working with 1.7.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]