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


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. 
This project is 900k.. and the others are better than that.

 

I have no idea what going on.  I deleted the project and repush it.. always
the same problems.

 

$ GIT_TRACE=1 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=fetch-pack 6900 on jerabi-THINK'
trace: exec: 'git' 'index-pack' '--stdin' '-v' '--fix-thin'
'--keep=fetch-pack 6900 on jerabi-THINK'
remote: Counting objects: 344, done.
trace: built-in: git 'index-pack' '--stdin' '-v' '--fix-thin'
'--keep=fetch-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
-- 
View this message in context: http://old.nabble.com/git-stopped-working-with-1.7.1-tp26905956p29824574.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]