I'm getting these errors:
X:\WAMP\www\topsecret>git fsck --full
error: inflate: data stream error (invalid code lengths set)
error: corrupt loose object '18076434b9cad667dbcf5be20162c506c95c2f55'
fatal: loose object 18076434b9cad667dbcf5be20162c506c95c2f55 (stored in .git/objects/18/076434b9cad667dbcf5be20162c506c95c2f55) is corrupt
I'm a total noob when it comes to GIT and my search for this exact error has come up with nothing. I'd really like to save this repo since it goes way back. Thanks.
GIT Version: 1.7.7.msysgit.0
see if you can find a cloned repo and manually copy that object.
Here is how you can move an object:
http://www-cs-students.stanford.edu/~blynn/gitmagic/ch08.html#_the_object_database
objects are zipped so you can't just store the uncompressed contents directly into the objects directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With