프로젝트 트리를 git repo로 옮기려고 할 때 여전히이 오류 메시지가 나타납니다.
이 프로젝트로 내 디렉토리의 권한을 확인했으며 777에 my_project
설정되어 있습니다.
자식 초기화
그리고 내가 시도하면
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.
나는 또한 새로운 저장소를 만들고 그것을 저 지르려고 노력했지만 불행히도 여전히 같은 오류 메시지가 나타납니다.
문제의 원인은 무엇입니까?