Git 查看用户名和 Email
查看全局用户名和 Email
git-bash
git config --global user.name
git config --global user.email
查看当前仓库用户名和 Email
git-bash
git config user.name
git config user.email
git-bash
git config --global user.name
git config --global user.email
git-bash
git config user.name
git config user.email