Git工具下载与安装
一.下载
1.官方地址:https://git-scm.com/
点击红框中的Download for Winodows,跳转到下载界面
2.选择适配自己电脑的版本包,以windows 64为例
二、安装
1.安装Git没有需要用户自定义设置项,一路选择默认安装即可。
三.配置系统环境变量
1.添加git/bin到path
进入到git安装目录
添加:
C:\tool\Git\bin
C:\tool\Git\usr\bin
到系统环境变量-path路径中
2.验证是否配置成功
在cmd中输入:git –version
标签:bin,git,tool,Git,安装,下载 From: https://www.cnblogs.com/shaohuang/p/17505860.html