티스토리 뷰
프로그래밍/Git
[Git] "Unable to create '/path/to/repo/.git/index.lock': File exists." 발생시 문제 해결 방법
rlawlstjd007 2020. 3. 18. 22:05들어가며
-
Git을 사용하다 보면 아래와 같은 메시지를 심심치 않게 볼 수 있다.
fatal: Unable to create '/path/to/repo/.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.
-
하염 없이 기다려도 계속 발생할 때 아래 방법을 사용하길 바란다.
해결 방법
-
먼저 git 프로젝트 루트의 위치에서 index.lock 파일을 삭제해주자
rm -f ./.git/index.lock
- 그럼 해결이 될 것이다. 만약 현재 프로젝트를 원상태로 돌리고 싶다면 아래의 명령을 날려보자.
git read-tree --reset HEAD
끝으로
이 글이 도움이 되었다면, 하단의 Google 광고 👎👎👎 한번씩 클릭 부탁 드립니다. 🙏🙏🙏
광고 클릭은 많은 힘이 됩니다!
반응형
'프로그래밍 > Git' 카테고리의 다른 글
[Github] Pull Request resolve된 모든 comment 보는 방법 (0) | 2021.08.09 |
---|---|
[Git] Git Authentication Failed 사용자 인증 문제 해결 (0) | 2020.04.11 |
[Bitbucket] Bitbucket과 Slack 연동하는 방법 (0) | 2020.03.16 |
[Git] "Unable to create '/.git/index.lock': File exists." 메시지 발생할 때 (0) | 2019.11.06 |
[Git] Stash 한번에 전부 삭제하기 (0) | 2019.11.01 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- JavaFX Table View
- 일본 자전거 여행
- 배낭 여행
- TableView
- 이펙티브자바
- java
- springboot
- 일본 여행
- 인텔리제이
- 이펙티브 자바
- JavaFX
- effective java
- 방통대 과제물
- 자전거 여행
- Java UI
- 자전거
- effectivejava
- 배낭여행
- JavaFX Window Close
- 스프링부트
- windows
- JavaFX 테이블뷰
- intelij
- JavaFX 종료
- 이펙티브
- 자바
- 일본 배낭여행
- git
- 텐트
- 일본여행
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함