git安装与初始化

安装

一路默认

初始化

初始化设置邮箱

git config --global user.email “你的邮箱账号@example.com”  
git config --global user.name “你的名字”