私はこのフォーラムでいくつかのソリューションを試しましたが、コミットするファイルを追加できません。私はgit add -A
を使用しますが、私のgit bashはフリーズします。 index.lockファイルを削除しました。 git add -A
を実行するたびに作成されるようですが、何も起こりません。カーソルが点滅してそこに座っているだけです。私はgit bashをアップグレードし、私のプロジェクトを再初期化しましたが、それは同じ問題です。私は以下のスレッドと同様のものから多くのソリューションを試してみました:git commitにファイルを追加できません
Another git process seems to be running in this repository
全エラー:
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.
を、私は、Windows 10を使用している場合に役立ちます原子を使用しています。
何件のファイルをコミットしていますか?どのくらい待っていますか? – Shadow