码迷,mamicode.com
首页 > 其他好文 > 详细

Git 最新版本2.20.1 安装及配置

时间:2019-02-22 12:36:21      阅读:1184      评论:0      收藏:0      [点我收藏+]

标签:安装程序   inf   download   als   windows系统   style   osi   art   windows   

我们先去官网下载地址,去下载。

https://git-scm.com/downloads

1.

技术图片

2.

技术图片

3.

双击 Git-2.20.1-64-bit.exe 安装

技术图片

4.

技术图片

5.

技术图片

6.

技术图片

7.

技术图片

8.

技术图片

9.

设置环境变量(选择使用命令行环境)

Use Git from Git Bash only-->>git自带的命令行工具

Git from the command line and also from 3rd-party software-->>使用Windows系统的cmd命令行工具

Use Git and optional Unix tools from the Command Prompt-->>上面二者同时配置,但是注意这样会将windows中的find.exe和sort.exe工具覆盖,如果不懂这些尽量不要选择

技术图片

10.

choosing https transport backend:选择https传输后端

use the openssl library:使用OpenSSL库

use the native windows secure channel library:使用本机的安全库

技术图片

11.

配置结束转换的行

Checkout Windows-style,commit Unix-style line endings:(Windows系统安装选择)检查换行格式将windows格式的换行转换为unix格式的换行在进行提交

Checkout as-is,commit Unix-style line endings:(Unix系统安装选择)检查换行格式将原来不管什么格式的换行一律转换为unix格式的换行在进行提交

Checkout as-is,commit as-is:(非跨平台项目安装选择)不进行格式转换,检查出什么格式就提交什么格式

技术图片

12.

 配置终端模拟器以使用Git Bash

技术图片

13.

技术图片

14.

launch finish to exit setup: 启动完成以退出安装程序

view relese notes:查看说明

技术图片

15.

配置环境变量

我安装的是F盘,所以我把git下的cmd在当前全部路径复制,

技术图片

16.

技术图片

17.

技术图片

18.

技术图片

19.

启动GIT命令是否,安装成功

技术图片

20.

技术图片

 

Git 最新版本2.20.1 安装及配置

标签:安装程序   inf   download   als   windows系统   style   osi   art   windows   

原文地址:https://www.cnblogs.com/caituntun/p/10417394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!