Git安装
2018-11-01 本文已影响11人
_52Hertz
下载 Git工具

选择对应的版本下载
安装的过程中,可以选择桌面快捷方式

安装后的文件夹

打开git-bash.exe

绑定用户
$ git config --global user.name "yourname"
$ git config --global user.email "youremail@xxx.com"
选择对应的版本下载
$ git config --global user.name "yourname"
$ git config --global user.email "youremail@xxx.com"