![](https://secure.gravatar.com/avatar/217ee77c4344e58e90f4e7343af48d9c.jpg?s=120&d=mm&r=g)
Hmm... I have been heavily pushing stuff to origin in the last few days, so I hope I didn't break anything... Reading <http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#recovering-from-repository-corruption> gives me some hope that I am not the cause of this. It also seems to indicate that you can only verify and recover on a local repo. So perhaps you can contact someone at repo.or.cz and see if they are willing to at least run a git fsck --full to see what the problem is? -Sumant On Sat, Oct 31, 2009 at 10:36:08PM -0400, Liam Healy wrote:
I have found today that trying to clone or fetch from the "push" URL ssh://repo.or.cz/srv/git/gsll.git gives me an error:
git clone ssh://repo.or.cz/srv/git/gsll.git Initialized empty Git repository in /tmp/gsll/.git/ error: git-upload-pack: git-pack-objects died with error. remote: fatal: exec pack-objects failed. 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
I don't seem to have a problem cloning from http://repo.or.cz/r/gsll.git but I can't push to that. Also I can clone/fetch from either URL at the mirror site http://common-lisp.net/gitweb?p=projects/gsll/gsll.git;a=summary but I'm not sure how pushing to that would work, since it's set up to mirror repo.or.cz.
Is anyone enough of a git expert to know what to do here? My last-resort move would be to delete the whole repository and re-push it to repoo.or.cz and see if that will fix the problem (provided repo.or.cz lets me do that), but that seems rather drastic.
Thanks, Liam
_______________________________________________ Gsll-devel mailing list Gsll-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel