1. ホーム
  2. スクリプト・コラム
  3. その他

[解決済み】このリポジトリで別のgitプロセスが動作しているようです。

2022-01-10 08:48:24

質問

git を使って空のプロジェクトを管理しているのですが、コードを変更してその変更をステージングしたいのですが、どうすればいいですか?エラーが発生しました。

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.

確かに、先ほど空のプロジェクトをコミットしようとして問題にぶつかり、なんとなく入ってしまったところから抜け出す方法がわからなかったので、git bashを終了しました。

解決するには?

を削除してみてください。 index.lock ファイルを .git ディレクトリに格納します。

rm -f .git/index.lock

このような問題は、一般に、2つの git コマンドを同時に実行することができます。