Black Coffee
repo Error 본문
반응형
repo로 소스코드 다운받을때
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
android.git.kernel.org[0: 149.20.4.77]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
뜨면 git daemon 이 실행 되고 있지 않은거라는거 찾았지만...
아닌듯...
github.com 이 전에 해킹당한것 때문에...제대로 안되는듯...
repo를 열어서 git를 http로 주소를 수정
그리고
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
를 아래와 같이 http 주소로 변경시켜줘야됨
repo init -u http://github.com/CyanogenMod/android.git -b gingerbread
그리고 해당 소스코드 받는 디렉토리의 .repo/ manifest.xml 수정해야됨
git://android.git.kernel.org 등의 주소를 http:// 로 수정
그래도 안되면 .repo를 지우고 다시 하는수밖에 없을듯
반응형
'프로그래밍 > Android' 카테고리의 다른 글
Google Music API 는 아직 미지원?? (0) | 2012.05.03 |
---|---|
Android SDK Tools 18.0 (0) | 2012.04.11 |
repo 설치시 주의할점 (5) | 2012.01.13 |
Porting ClockWork Recovery to New Device (0) | 2012.01.12 |
Extracting, Editing and Re-Packing boot.img in Windows (0) | 2011.12.17 |
Comments