私のgitリポジトリの1つで常に問題が発生しています。次のエラーが発生し続けます。
fatal: Unable to create 'v:/path/to/files/.git/index.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.
私は試しました: rm -f ./.git/index.lockをスタックオーバーフローの別のスレッドに従って実行しましたが、毎回このエラーが発生します: rm: './.git/index.lock' をリンク解除できません: 許可が拒否されました
aptana を閉じると (端末で git を使用しています)、まだファイルを削除できません。
これを回避する方法はありますか?
注意すべきもう 1 つのことは、この git リポジトリは、時々コミットするときに非常に遅いことです (10 回程度の試行ごとに許可されます)。
ありがとう