如何在Windows上使用GIT下载Android源代码

1) http://code.google.com/p/msysgit/downloads/list 上下载Git-xxx.exe

2)在文件浏览器中,右击鼠标,有一项是"git bash” 会启动一个类似Linux Shell的窗口

    如果我想把http://github.com/commonsguy/cw-andtutorials.git这个地址中的代码下载到本地 G:\androidcode:

在窗口中输入如下命令

mkdir /d/android

cd /d/android

git clone http://github.com/commonsguy/cw-andtutorials.git

你可能感兴趣的:(android)