Re: Corruption in the repository
From: Christian Couder <hidden>
Date: 2016-06-15 22:50:14
Hi, On Mon, Dec 13, 2010 at 4:59 PM, Sylvestre Ledru [off-list ref] wrote:
Hello guys, I have a small problem with a git repository and I haven't find a way to fix my problem. I am using git with gerrit [1] as frontend (even if I don't think it is related here). For an unknown reason, the repository just became corrupted. When I try to clone the repository straight with the file system, the following error is displayed: error: refs/changes/98/398/1 does not point to a valid object! error: refs/changes/98/398/2 does not point to a valid object! fatal: object cff52c24fba28408e7d021a8f35a717bef31521d is corrupted fatal: The remote end hung up unexpectedly git-prune & git-fsck both fail. Does anyone know how to repair this error ?
Did you try what the FAQ suggests: https://git.wiki.kernel.org/index.php/GitFaq#How_to_fix_a_broken_repository.3F ? Regards, Christian.