일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- OOM
- 자바
- 리눅스
- 안철수
- Android
- ActiveMovieControl
- build.gradle
- c
- mime
- 하버드
- 안드로이드
- KTS
- git
- gradle
- java
- Eclipse
- 구글
- ActiveX
- 악성코드
- 노개북
- kotlin
- Android 4.1
- C++
- 안드로이드 개발
- linux
- 코틀린
- 개발
- 탐지기법
- 보안
Archives
- Today
- Total
목록git (2)
꿈소년의 개발 이야기
[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
Repo를 이용한 Android Full source 받기
Repo를 이용해서 안드로이드 소스를 받기 위해 작업 하던 중 아래와 같은 에러가 발생했다. error: Exited sync due to gc errors 뭐 때문인지 인터넷 검색을 해보니 아래와 같은 내용이 있었다.(링크 참조) The latest version of repo now requires Git 1.7.2 or newer, as that is when the -c flag was introduced. https://groups.google.com/forum/?fromgroups=#!topic/repo-discuss/tnIWemm8M6k 아,,, repo 버전이 변경됨에 따라 git 버전도 새 걸로 변경해야 한다. 1. sudo add-apt-repository ppa:git-core/ppa..
Android Development
2012. 12. 6. 11:23