git remote prune origin 로 remote 레포지토리를 참조하고 있는 정보를 prune해주면 됨.
(local에 잘못참조된 remote정보만 삭제하는것이므로, local코드, remote코드에 영향 없음)
git remote prune origin 후
git pull 하면 됨!
참조:
https://codedaily.in/git-error-cannot-lock-refs/
'CI' 카테고리의 다른 글
외부에서 작업된 파일 git merge 진행하기 (0) | 2021.05.04 |
---|---|
git pull시 git-upload-pack not permitted on에러 (1) | 2020.11.24 |
윈도우 서비스 등록시 유의점 (0) | 2018.05.11 |
Windows에서 Jenkins 구동 배치(.BAT)파일 만들기 (0) | 2015.02.03 |
Jenkins에서 E-mail 로 알림 메일 발송 설정 (2) | 2015.01.25 |
댓글