プロジェクトツリーをgit repoに移動しようとすると、まだこのエラーメッセージが表示されます。
私はこのプロジェクトで自分のディレクトリの権限を確認しました。これらは777に設定されています。設定したディレクトリのターミナルでmy_project
:
git init
そして私がしようとすると
git add。
または
git commit -m "最初のアップロード"
エラーが出るので
fatal: Unable to create '/path/my_proj/.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.
新しいリポジトリを作成してコミットしようとしましたが、残念ながらまだ同じエラーメッセージが表示されます。
問題の原因は何ですか?