git -v 查看版本号
window直接下载就可以了
mac系统下载
homebrew的下载
解决方法。终端命令
然后终端输入brew install git
查看版本
打卡
安装 git
到git官网下载
mac安装:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
查询版本
git --version
1 git --version 查看git版本;
测试测试测试
git的安装
1、检查本机是否安装git:在控制台输入git --version
2、git官网:https://git-scm.com/
3、windows安装简单,一直下一步即可,安装完毕在桌面点击鼠标右键出现这样的标志即可
git --version
git version 2.24.3 (Apple Git-128)
https://git-scm.com/download/mac
Download