IT/git

[git] Fetch from origin시 lock fail 오류 발생 (이클립스)

snapcoder 2024. 9. 25. 16:47
728x90
반응형
SMALL

 

[git] Fetch from origin시 lock fail 오류 발생 (이클립스)

 

대소문자를 무시한 동명의 브랜치가 있을경우, 이클립스에서 fetch시 발생
remote의 유효하지 않은 참조를 제거하는 아래 명령어를 통해 해결

$ git remote prune origin
$ git remote update --prune
728x90
반응형
LIST