git安装

1、Msysgit:https://git-scm.com/download/win

 

 

2、设置配置信息

针对这台机器的仓库,配置名称和邮箱,没有报错就是正常

git config --global user.name 'name'
git config --global user.email 'XXX@163.com'

 如下图所示即可:

怎么查看是否配置成功:

git config --list

 

 

 

 

 

3、下载SourceTree(可视化界面)

https://www.sourcetreeapp.com/

 

posted @ 2019-03-27 15:01  littlepoemers_23ujhs  阅读(80)  评论(0编辑  收藏  举报