문제 발생
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
'Dev > Git' 카테고리의 다른 글
[Git] push error - unpack failed: index-pack abnormal exit (0) | 2019.12.31 |
---|---|
[Git] command line 버전관리 (0) | 2019.02.16 |
[Git] cherry-pick, Interactive Rebase (0) | 2019.02.14 |
[Git] Head, Relative Ref, reset, revert (0) | 2019.02.12 |
[Git] 기본 명령어 (commit, branch, checkout, merge, rebase) (0) | 2019.02.11 |