ロックされている場合のエラー
If no other git process is currently running,
this probably means a git process crashed in this repository earlier.
Make sure no other git process is running and remove the file manually to continue.
ときどきなることがあるロックされている状態です。
対応方法
rm /hoge/.git/index.lock
index.lock ファイルを削除します。
これでロックの解除ができます。
コメント