followup
This commit is contained in:
parent
87b834535a
commit
f4e1cd2a8a
1 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 3"""
|
||||
date="2018-04-16T20:24:33Z"
|
||||
content="""
|
||||
@yarikoptic, yes, the filename there is a git-annex branch filename.
|
||||
So, .git/annex/index is where the problem lies in your case.
|
||||
|
||||
(Probably in the original bug reporter's case too; they trimmed out the
|
||||
important part of the error message it seems. git fsck won't detect a
|
||||
problem with .git/annex/index.)
|
||||
|
||||
The best thing to do in this case is to delete .git/annex/index,
|
||||
since git-annex can always recover from that by creating a new one that
|
||||
does not point to git objects that have mysteriously vanished from your
|
||||
disk.
|
||||
|
||||
Since information that was being written to the git-annex branch has
|
||||
apparently been lost, you'll also want to `git annex fsck --fast`
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue