The last few times I have committed changes to a local repo via TortoiseGit, I see this message for 30-60s:
Auto packing the repository in background for optimum performance.
What that means is explained here: What does "Auto packing the repository for optimum performance" mean?
But after about 60s I get a load of these errors:
--------------------------- Unlink of file '.git/objects/pack/pack-03733367d688c04acc63242e5034df85184933e5.pack' failed. Should I try again?
I don't know how many as I always give up, when I kill TortoiseGit the commit seems to have been performed correctly when I check the logs.
What can I do about this? Can I get Git to try and perform this packing in isolation, as I fear for my changes getting damaged?