From a67b3c894869909e9b31b4d5a1ce016e923c34b4 Mon Sep 17 00:00:00 2001 From: "bart@6b55f6b868d1b3dd5b003bd15eae527b37dbc8e0" Date: Thu, 14 Feb 2019 19:54:00 +0000 Subject: [PATCH] --- doc/forum/No_known_copies_exist_of.mdwn | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/forum/No_known_copies_exist_of.mdwn diff --git a/doc/forum/No_known_copies_exist_of.mdwn b/doc/forum/No_known_copies_exist_of.mdwn new file mode 100644 index 0000000000..f1fb920fcf --- /dev/null +++ b/doc/forum/No_known_copies_exist_of.mdwn @@ -0,0 +1,27 @@ +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 + + +Any ideas on how to troubleshoot further? +Thanks!