This commit is contained in:
webanck 2018-09-17 10:26:12 +00:00 committed by admin
parent 288eae2c0d
commit f1e70435c3

View file

@ -3,8 +3,8 @@ Long story short: windows update.
Yesterday, everything was fine with my local git-annex using WSL. 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. 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. 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. ```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. 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. 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.