git gc
error: Could not read 0000000000000000000000000000000000000000
Enumerating objects: 147323, done.
Counting objects: 100% (147323/147323), done.
Delta compression using up to 4 threads
Compressing objects: 100% (36046/36046), done.
Writing objects: 100% (147323/147323), done.
Total 147323 (delta 91195), reused 147323 (delta 91195), pack-reused 0
What is going on here? Should I worry or ignore the the problem?
For example git gc --help and similar have nothing that appears to explain the problem.
I am running git version 2.35.1 on Lubuntu 20.04.
This issue was forwarded to git mailing list ( https://public-inbox.org/git/571c0796-66d4-e8c7-c5a5-2e7a28132aa9@kdbg.org/ ) and is being solved.
(ideally it would be added to the answer but edit queue is full)