1.安装git
https://github.com/waylau/git-for-win
安装时: Use git from git bash only…,其他默认下一步
2.配置path: E:\programs\Git\bin
3.配置git:用户名和邮箱
在桌面单击右键 点击-git bash
git config –global user.name “名字”
git config –global user.email “邮箱”
4.查看C:\Users\YANQUN.gitconfig看看是否配置成功 (可能目录不一样)
5.搭建git服务器(远程仓库) :统一的