1. ホーム
  2. Git

解決策 このリポジトリでは、別の git プロセスが実行されているようです。たとえば、「git commit」によって開かれたエディタなどです。

2022-01-24 22:24:51
<パス

Gitを操作していると、突然表示されることがあると思います。

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


実は、この訳は

<ブロッククオート

このリポジトリでは、例えば別の git プロセスが実行されているようです。

git commit"で開いたエディタです。すべてのプロセスが終了していることを確認し、再試行してください。それでも失敗する場合は、このリポジトリで git プロセスがクラッシュしている可能性があります。

慌てないでください!

にアクセスするだけです。 project folder の下にある .git ファイルを削除するには、隠しフォルダを表示する index.lock ファイルを作成します。