一、使用Git command-line(git命令行)安装
1、下载Git installer
地址 https://code.google.com/archive/p/git-osx-installer/ (需要翻墙) 或者 https://git-scm.com/downloads
我下载的是git-2.10.1版本 链接: https://pan.baidu.com/s/1nvJkqc5 密码: r6g5
2、在终端,使用git --version命令查看安装版本,有就是安装成功了
二、环境变量的配置
git config --global user.name "dongyang"
git config --global user.email 843408503@qq.com