1 官网下载安装
https://git-scm.com/download
2 配置好名称和邮件信息
git config --global user.name "your_name"
git config --global user.email "your_email@gmail.com"
配置完成后 git config --list 查看信息,即可看到配置了用户名、邮箱信息
参考
https://blog.csdn.net/xiaohanluo/article/details/53214933
网友评论