I had not enough disk space and wished to shrink my local git repo with a command
git repack -a -d --depth=250 --window=250
I had repo size of 6G and free space of 8G.
During execution of this command disk space was depleted and command failed. Now I have zero free space i.e. situation turned worse. How to repair it without re-cloning repo?