tags:

views:

20

answers:

1

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?

+2  A: 

Run git gc. If that doesn't work, please copy the error message.

Autocracy
Thanks; that fixed it. I guess the unexpected shutdown left some unnecessary files around that confused the default system startup.
Lela Dax