일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 구글
- 보안
- KTS
- 개발
- 자바
- java
- Android
- 안드로이드 개발
- ActiveX
- 악성코드
- linux
- c
- Android 4.1
- 하버드
- gradle
- 안드로이드
- C++
- ActiveMovieControl
- 코틀린
- OOM
- kotlin
- Eclipse
- 노개북
- 탐지기법
- build.gradle
- 리눅스
- git
- 안철수
- mime
Archives
- Today
- Total
목록Branch (1)
꿈소년의 개발 이야기
[Git] cannot lock ref 오류
git 에서 브랜치 생성하는데 아래 오류가 발생했습니다. cannot lock ref 'refs/heads/hotfix/migration-api30': 'refs/heads/hotfix' exists; cannot create 'refs/heads/hotfix/migration-api30' 오류 발생은 이미 hotfix 브랜치가 있어서 hotfix 브랜치 폴더를 생성 못하는 게 원인입니다. 브랜치가 생성되고 구성될 때, 같은 이름의 브랜치나 폴더가 있으면 생성 못합니다. 참고하세요.
Software Engineering
2021. 9. 23. 18:28