1. 下载网址
https://www.git-scm.com/download
下载实现后傻瓜式装置
装置实现后,在任意地位右键,抉择 Git Bash here
$ git config –global user.name “your-name”
$ git config –global user.email “your-email@youremail.com”
$ git config –global user.name “yang-shao-kun”
$ git config –global user.email “15233212376@163.com”
邮箱可能是公司外部邮箱
$ git config –list 查看配置,如果呈现入下图。OK