diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-04-17 19:47:54 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-17 19:47:54 +0000 |
commit | 1afbe9a28f668c179c0cf61c13abb6532cd0c061 (patch) | |
tree | c6c1d387fde60bd2dfda3dd3186e0332742434aa | |
parent | 8a7215fbf5af73630f755669f352e74a7bb1402a (diff) |
Added a comment
-rw-r--r-- | doc/forum/Corrupt_Repository_Invalid_Object/comment_1_b7fd4b6212b50400342931e70684b96c._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Corrupt_Repository_Invalid_Object/comment_1_b7fd4b6212b50400342931e70684b96c._comment b/doc/forum/Corrupt_Repository_Invalid_Object/comment_1_b7fd4b6212b50400342931e70684b96c._comment new file mode 100644 index 000000000..a62e6d345 --- /dev/null +++ b/doc/forum/Corrupt_Repository_Invalid_Object/comment_1_b7fd4b6212b50400342931e70684b96c._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 1" + date="2014-04-17T19:47:54Z" + content=""" +git is complaining about one of the files in `.git/objects` being missing or corrupt. + +It's not likely that some accidental command you ran caused this. More likely a disk error or an unclean shutdown could have left the repository in this state. + +You can try running `git annex repair` which should be able to repair git repositories with this kind of damage. + +Or you can just `git clone` the repository from any other place you have it and move over .git/annex/objects and .git/config to the new repository, discarding the damaged one. +"""]] |