มีใคร repo sync ได้มั่งครับ ผม sync แล้วขึ้น errno=Connection refused ตลอดเลย
git android source code ไม่ได้จะบิลด์ก็ไม่ได้ (หรือว่าโดน Hack ซะแล่ว)
ปล.ไปเช็คใน XDA มา ปรากฎว่า dev. เดือดร้อนกันทั้งโลก (งานเข้าแล้ว)
http://forum.xda-developers.com/showthread.php?t=1245498
http://php.webtutor.pl/en/2011/09/01/kernel-org-has-been-hacked/
ตอนนี้ใช้ได้แล้วครับ โดย google ย้ายจาก http://android.git.kernel.org/ ไปที่ http://code.google.com/p/git-repo/
หากจะ sync repo ก็โหลดไฟล์ repo http://code.google.com/p/git-repo/downloads/detail?name=repo-1.12 ไปวางทับอันเดิมที่ ~/bin แล้วลอง repo sync อีกที
แต่ผมลองแล้วมันมีเออเร่อเกี่ยวกับ ndk เลยต้องเริ่ม $ repo sync -j16 ใหม่ทั้งหมด
ใครที่รอ CM Nigthly build คงได้อัพกันต่อ หลังจากที่หยุดไปตั้งแต่วันที่ 1 ก.ย. (ว่าแต่ CM Team เขารู้ยังหว่า)
ขอบคุณ FuZZ__@xda http://forum.xda-developers.com/showpost.php?p=17421409&postcount=39
วิธีนี้ไม่เวิร์คครับ มันดึงข้อมูลมาไม่หมด
รอ android.git.kernel.org กลับมา…
ของผมดึง source ได้แล้วนะครับ
แต่ไม่แน่ใจว่ามาหมดรึปล่าว ลองดูครับ
็How to:
1. Run repo ด้วย git.omapzoom.org (TI remote)
$ repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
–repo-url=git://git.omapzoom.org/tools/repo.git
2. แก้ default remote จาก kernel.org เป็น omapzoom(TI).
$ vi .repo/manifest.xml
remote name=”korg”
fetch=”git://android.git.kernel.org/”
review=”review.source.android.com”
remote name=”github”
fetch=”git://github.com/”
review=”review.cyanogenmod.com”
default revision=”gingerbread”
remote=”korg”
————————–แก้เป็น—————————–
remote name=”korg”
fetch=”git://android.git.kernel.org/”
review=”review.source.android.com”
remote name=”github”
fetch=”git://github.com/”
review=”review.cyanogenmod.com”
remote name=”omapzoom”
fetch=”git://git.omapzoom.org/”
default revision=”gingerbread”
remote=”omapzoom”
3. $ repo sync
————–NOTE————–
ผม เอา tag xml ออกนะครับ เพราะว่า web ไม่ยอมโชว์
=== misc ===
After korg has fixed, you can do following (not now)
$ cd .repo/manifests
$ git reset –hard
$ repo sync
It will remove your modification of manifest.xml
Credtis: https://groups.google.com/d/msg/repo-discuss/r0wkGaloA5k/Ifx9H24Qi0YJ
Like !!
มันเวิร์คครับ git มาได้หมด ลองบิลด์ดูผ่านฉลุย
ขอบคุณครับ
สำหรับชาว cm ลอง reset manifest แล้ว init ใหม่แล้ว sync ได้เลยครับ เค้าย้าย path ทั้งหมดมาอยู่บน github แทนละ สดๆร้อนๆเลย
cd .repo/manifests
git reset –hard
cd ../..
repo init -u git://github.com/CyanogenMod/android.git -b gingerbread
repo sync
ทราบข่าวจาก @cmsrc: android/gingerbread – Steve Kondik * ce3ef4 – Use Github mirrors for all projects… http://kan.gd/102x
ขอบคุณมากเลยครับที่แจ้งข่าว
เชื่อเลยว่าสด ๆร้อน ๆ เพราะท่านโพสต์ตอน 04:59 นับถือ ๆ คารวะ 2 จอก
ผมลองรัน repo init … แล้ว มันขึ้น
Getting repo ...
from git://git.omapzoom.org/tools/repo.git
error: cannot run ~/bin/git-proxy: No such file or directory
fatal: cannot start proxy ~/bin/git-proxy
มันขึ้นแบบนี้ผมก็ install package ตาม http://source.android.com/source/initializing.html แล้วนะครับ
ไม่สามารถว่าต้องหา git-proxy ได้ที่ไหน อย่างไรครับ
มือใหม่ครับ ^ ^
ใช้วิธีที่คุณ rtsp แนะนำครับ เพราะ CM ย้ายพาธไปที่ github.com แล้ว