查看 Git 本地配置
1
git config --list
清除用户名和邮箱
1 2
git config --global --unset user.name git config --global --unset user.email