gitは正常に終了しませんでした (終了コード 128)
gitでtexのテンプレを修正したのでコミットすると間違ってコミット中にエンターを押してしまった。すると以下のエラーが発生した。
fatal: Unable to create ‘C:/Users/Senoo/SkyDrive/template/tex/.git/refs/heads/master.lock’: File exists. 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. gitは正常に終了しませんでした (終了コード 128) (62 ms @ 2013/09/04 2:12:50)
「.git/refs/heads/master.lock
」ファイルを削除すると解決した。
原因がよくわからないが,ひとまず解決できてよかった。
リンク