git-annex/doc/forum/No_known_copies_exist_of.mdwn
bart@6b55f6b868d1b3dd5b003bd15eae527b37dbc8e0 00f6ef3ea8
2019-02-14 20:18:15 +00:00

31 lines
643 B
Markdown

I just created a repo and added some content as described here:
https://writequit.org/articles/getting-started-with-git-annex.html
Some of the directories I added ended up fine, while others have lot's of broken symlinks.
git annex fsck file
gives me :
** No known copies exist of file
failed
git-annex: fsck: 1 failed
and
git annex get file
gives me:
get file (not available)
No other repository is known to contain the file.
failed
git-annex: get: 1 failed
The objects directory is about the same size as the repo was before I annexed it.
Any ideas on how to troubleshoot further?
Thanks!