본문 바로가기
CI

git pull시 error: cannot lock refs, cannot lock ref refs is at but expected 에러

by BeGeek 2022. 8. 5.

git remote prune origin 로 remote 레포지토리를 참조하고 있는 정보를 prune해주면 됨.
(local에 잘못참조된 remote정보만 삭제하는것이므로, local코드, remote코드에 영향 없음)

git remote prune origin 후
git pull 하면 됨!

참조:
https://codedaily.in/git-error-cannot-lock-refs/

댓글