[git] Fetch from origin시 lock fail 오류 발생 (이클립스) [git] Fetch from origin시 lock fail 오류 발생 (이클립스) 대소문자를 무시한 동명의 브랜치가 있을경우, 이클립스에서 fetch시 발생remote의 유효하지 않은 참조를 제거하는 아래 명령어를 통해 해결$ git remote prune origin$ git remote update --prune IT/git 2024.09.25