Git Clone from SSH Repository

Posted by Mike Silvis on Stack Overflow See other posts from Stack Overflow or by Mike Silvis
Published on 2010-06-03T13:59:08Z Indexed on 2010/06/03 14:14 UTC
Read the original article Hit count: 231

Filed under:
|

I used to be able to clone from my personal git repository but now i seem to be running into an error.

user:dev.site.com mikesilvis$ git clone { my ssh directory }
server@ipaddress's password: 

remote: Counting objects: 3622, done.
remote: Compressing objects: 100% (2718/2718), done.
error: git upload-pack: git-pack-objects died with error.  
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: index-pack failed

It seems to be working however while I push files to the repository.

© Stack Overflow or respective owner

Related posts about git

Related posts about git-svn