add workaround

This commit is contained in:
spwhitton 2019-12-21 22:20:31 +00:00 committed by admin
parent 72c5f9132c
commit 01b8eb5e3d

View file

@ -24,3 +24,5 @@
git-annex: fd:15: hGetLine: end of file
Obviously this wasn't actually a file known to git-annex. But I get the same error in a non-dummy bare repo I am trying to reinject.
A workaround is to use `git worktree add` and run `git annex reinject` from there.