如何安装git

图文并茂记录windows安装git全流程

流程

  1. 下载 git
  2. 安装 git
  3. 安装总结

具体步骤

下载 git

  1. Windows:下载并安装 git
  2. Mac:使用 Homebrew, MacPorts:brew install git;或下载 安装程序 安装。
  3. Linux (Ubuntu, Debian):sudo apt-get install git-core
  4. Linux (Fedora, Red Hat, CentOS):sudo yum install git-core

安装流程

  

https://image.coderlab.cn/preview/1438621969724489729

  

https://image.coderlab.cn/preview/1438621977504923650

  

https://image.coderlab.cn/preview/1438621985876754434

  

https://image.coderlab.cn/preview/1438622017355005953

  

https://image.coderlab.cn/preview/1438622017355005953

  

https://image.coderlab.cn/preview/1438622046996152322

  

https://image.coderlab.cn/preview/1438622059755225089

  

https://image.coderlab.cn/preview/1438622072703041537

  

https://image.coderlab.cn/preview/1438622084816191489

  

https://image.coderlab.cn/preview/1438622091434803202

对安装流程的总结:

  这次我使用的 32 位安装发现不能指定安装目录,如果不使用海龟 Git 的和对路径没有特殊要求的话,一路 next 就可以了