设置用户名和邮箱
git config --global user.name "你的用户名"
git config --global user.email "你的邮箱"
查看当前terminal能查看到的配置
git config --list