카테고리 없음
[Git] 소스트리 오류 - another git process seems to be running in this repository
Evolving Developer
2023. 3. 16. 20:11

오류 내용

해결 방법

- 만약 사용하는 프로그램이 IntelliJ라면
- 왼쪽 상단 Edit -> Copy Path -> 프로젝트 경로가 복사됨
- 프로젝트 경로로 폴더 열기 -> git 폴더 -> index.lock 파일 삭제

참고
Git: Sourcetree에서 커밋이 안된다.
fatal: Unable to create ~~~~ fatal: Unable to create '~~~~ /.git/index.lock': File exists. 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 i
wiwi-pe.tistory.com