git

Get Android source code in M$ Windows [msysgit (Git on Windows)]

Real_G 2009. 7. 20. 22:02
반응형
출처 : http://bradchow.wordpress.com/2009/01/20/get-android-source-code-in-m-windows/

Git 다운 받을 수 있는 곳 : http://code.google.com/p/msysgit/

Download the Git application as below red rectangle.


Keep pressing next to install Git. (Very easy!!)
Execute Git by Git bash
Create a directory to get the Android source code
cd /c
mkdir android_source
cd android_source
sh autogit.sh

(Need about 3.22 GB)

autogit.sh is created by me and reference by http://android.git.kernel.org/?a=project_index.
There are 132 projects in Android open source project.
If the structure of this project is modified, please tell me to modify autogit.sh.

Reference:
如何在 Windows 平台上下載 Android 的原始碼?

반응형