图文并茂记录windows安装git全流程
流程
- 下载 git
- 安装 git
- 安装总结
具体步骤
下载 git
- Windows:下载并安装 git
- Mac:使用 Homebrew, MacPorts:brew install git;或下载 安装程序 安装。
- Linux (Ubuntu, Debian):sudo apt-get install git-core
- Linux (Fedora, Red Hat, CentOS):sudo yum install git-core
安装流程
对安装流程的总结:
这次我使用的 32 位安装发现不能指定安装目录,如果不使用海龟 Git 的和对路径没有特殊要求的话,一路 next 就可以了