Window 上安装Git
32 位安装包下载地址 : https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/Git-2.16.2-32-bit.exe
64 位安装包下载地址 : https://github.com/git-for-windows/git/releases/download/v2.16.2.windows.1/Git-2.16.2-64-bit.exe
本文实例以git最新版本为例,其他版本类似, 安装步骤:
#### 步骤 1 : 双击下载后的安装包,如下所示:

#### 步骤2 : 选择安装路径点击next:

#### 步骤3 : 按照默认配置点击next:

#### 步骤4 : 没啥操作直接点击next:

#### 步骤5** : 选择vscode作为默认,点击next:

#### 步骤6 : 选择第二项,点击next:

#### 步骤7 : 也是选择第二项,点击next:

#### 步骤8 : 选择第一项,点击next:

#### 步骤9 : 选择第二项,点击next:

#### 步骤10 : 默认配置直接点击next:

#### 安装过程:

点击 Finish(完成)按钮退出安装向导。

#### 检查git版本
~~~
git --version
~~~
