(no commit message)
authorbenibilme <benibilme@web>
Sat, 4 Mar 2023 07:47:02 +0000 (07:47 +0000)
committeradmin <admin@branchable.com>
Sat, 4 Mar 2023 07:47:02 +0000 (07:47 +0000)
doc/forum/git__58____There_are_too_many_unreachable_loose_objecs_.mdwn

index 397edfac50236291b533a547ca3aee02f7211708..5e5957aec86c93ba5180a7cd7032116faa8dd40d 100644 (file)
@@ -18,9 +18,10 @@ and remove .git/gc.log
 Automatic cleanup will not be performed until the file is removed.
 
 warning: There are too many unreachable loose objects; run 'git prune' to remove them.
-
-I have tried git prune --dry-run option as suggested some internet sites with dry-run option and I have seen that git wants to remove almost all annex blob files. 
 ````
-Three repositories are on btrfs file system, one is on ext4 file system. 
+
+I have tried `git prune --dry-run` as suggested some internet sites and I have seen that git wants to remove almost all annex blob files. 
+
+The annex repositories are mostly on btrfs file system, one is on ext4 file system, I do know if it matters. Git-annex versions are 10.20230126-9 in every machine (arch and manjaro). 
 
 Could you provide some insight please. Is there something wrong my repositories. It really took days to upload and sync all these repositories. Any help is much appreciated.