Git Clone from SSH Repository
Posted
by
Mike Silvis
on Server Fault
See other posts from Server Fault
or by Mike Silvis
Published on 2010-06-04T17:24:10Z
Indexed on
2012/06/25
9:18 UTC
Read the original article
Hit count: 204
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.
© Server Fault or respective owner