查看用户名
git config user.name
查看用户邮箱
git config user.email
修改用户名和邮箱的命令
git config --global user.name "Your_username"
git config --global user.email "Your_email"
查看用户名
git config user.name
查看用户邮箱
git config user.email
修改用户名和邮箱的命令
git config --global user.name "Your_username"
git config --global user.email "Your_email"