This commit is contained in:
parent
288eae2c0d
commit
f1e70435c3
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ Long story short: windows update.
|
|||
|
||||
Yesterday, everything was fine with my local git-annex using WSL.
|
||||
This morning, windows had updated itself to version 1803 automatically, (by the way, thanks to Microsoft for their forced updates), and half my locked files are gone.
|
||||
I tried git annex fix ., nothing, I tried to find the associated keys with find .git -name 'sha...', nothing.
|
||||
git annex whereis <file> says the file is here whereas git annex fsck <file> fails telling the file's content is missing.
|
||||
I tried ```git annex fix .```, nothing, I tried to find the associated keys with ```find .git/annex/objects -name 'sha...'```, nothing.
|
||||
```git annex whereis <file>``` says the file is here whereas ```git annex fsck <file>``` fails telling the file's content is missing.
|
||||
|
||||
Now, it seems like the only remaining files have links pointing to annex/objects directories that are exclusively composed of uppercase letters or numbers.
|
||||
Looking more closely to the objects folders, it seems like they are all strangely duplicated depending on the spelling: for example the variations zZ, Zz, ZZ, zz which all have the same subdirectories and files.
|
||||
|
|
Loading…
Reference in a new issue