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

相关文章:

  • 2021-11-17
  • 2021-08-20
  • 2022-02-08
  • 2021-09-26
  • 2021-10-19
  • 2021-07-07
  • 2021-08-27
猜你喜欢
  • 2022-02-23
  • 2022-03-09
  • 2021-09-13
  • 2021-10-01
  • 2021-05-13
  • 2021-09-12
  • 2021-12-26
相关资源
相似解决方案