配置git环境之设置用户名和邮箱

设置用户名邮箱

1
2
git config --global user.email "lovecoding@163.com"
git config --global user.name "lovecoding"