Get Android source code in M$ Windows [msysgit (Git on Windows)]
				git  : 
				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/
                    
        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 的原始碼?
반응형
    
    
    
  'git' 카테고리의 다른 글
| git unstaged changes problem. (0) | 2012.01.17 | 
|---|---|
| Remote branch 나 tag 를 삭제하기 (0) | 2012.01.17 | 
| git 사용시 발생하는 문제점 해결하기 (0) | 2011.10.13 | 

