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?
views:
20answers:
1
+2
A:
Run git gc
. If that doesn't work, please copy the error message.
Autocracy
2010-10-22 16:47:12
Thanks; that fixed it. I guess the unexpected shutdown left some unnecessary files around that confused the default system startup.
Lela Dax
2010-10-23 16:54:30