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


But obviously the environment variable has still an effect! 
Without binmode I get the following error ---->

$ git clone ssh://ol@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@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.

Regards Otto



Ken Brown-6 wrote:
> 
> On 1/16/2010 9:44 AM, ol42 wrote:
>> CYGWIN=binmode
> 
> This is obsolete.  See
> http://www.cygwin.com/cygwin-ug-net/using-cygwinenv.html#cygwinenv-implemented-options
> 
> Ken
> 

-- 
View this message in context: http://old.nabble.com/git-stopped-working-with-1.7.1-tp26905956p27207290.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


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