Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2019-02-15 12:54:27 -04:00
commit 98a6bc5390
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,31 @@
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!