After an unexpected shutdown, now git seemingly works fine but each time is run is asking for compression since it finds 256 loose objects. Is it possible to be cleaned?
Run git gc
. If that doesn't work, please copy the error message.
I had the same issue, git gc did not solve it for me (even with the most aggressive etc. options). But it worked:
git config --global gui.gcwarning false
(it suppresses the window pop-up that is really annoying) See How to skip "Loose Object" popup when running 'git gui'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With