Dev/Git

[Git] fetch 후 에러(Failed to lock refs/heads/master)

창문닦이 2019. 6. 10. 17:17

문제 발생

Failed to lock refs/heads/master 메세지가 계속 출력되는 에러가 발생했다.

cannot lock ref 'refs/heads/master': is at 9ce4fa9196311a76c786d64227affcef6f273092 but expected dac5ce6c9ffb5500244e72e92e9a4c7ca3ae34c4

해결 방안

Git CMD를 이용해 해당 명령어를 작성하여 해결하였다.git update-ref refs/heads/master 커밋id 

 

참조 사이트

- Git Refs 개념
https://git-scm.com/book/ko/v2/Git%EC%9D%98-%EB%82%B4%EB%B6%80-Git-Refs
https://git-scm.com/book/ko/v1/Git%EC%9D%98-%EB%82%B4%EB%B6%80-Git-%EB%A0%88%ED%8D%BC%EB%9F%B0%EC%8A%A4
https://stackoverflow.com/questions/11228436/failed-to-lock-refs-heads-master