查看用户名和邮箱地址:
git config user.name
git config user.email
修改用户名和邮箱地址:
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
2023-11-06 15:50:04
git config user.name
git config user.email
git config --global user.name "Your Name"
git config --global user.email "email@example.com"