1. 에러 로그 - 간혹 브랜치 생성 또는 Push 시 다음과 같은 유형의 에러메세지가 발생하며, 브랜치 생성 또는 Push가 불가능한 경우가 있다. cannot lock ref 'refs/heads/...' 'refs/heads/...' exists cannot create 'refs/heads/...' - 보통은 다음과 같이 특정 분기/하위 브랜치를 생성하려고 시도하는 경우에 봤을 것 이다. ex) ## feature cannot lock ref 'refs/heads/feature/branchname' 'refs/heads/feature' exists cannot create 'refs/heads/feature/branchname' ## hotfix cannot lock ref 'refs/heads/..
[ Git ] git cannot lock, cannot lock ref, cannot create 에러
1. 에러 로그 - 간혹 브랜치 생성 또는 Push 시 다음과 같은 유형의 에러메세지가 발생하며, 브랜치 생성 또는 Push가 불가능한 경우가 있다. cannot lock ref 'refs/heads/...' 'refs/heads/...' exists cannot create 'refs/heads/...' - 보통은 다음과 같이 특정 분기/하위 브랜치를 생성하려고 시도하는 경우에 봤을 것 이다. ex) ## feature cannot lock ref 'refs/heads/feature/branchname' 'refs/heads/feature' exists cannot create 'refs/heads/feature/branchname' ## hotfix cannot lock ref 'refs/heads/..
2023.12.14