查看用户名和邮箱:
git config user.name
git config user.email
修改用户名和邮箱:
git config --global user.name "your name"
git config --global user.email "your email"
查看用户名和邮箱:
git config user.name
git config user.email
修改用户名和邮箱:
git config --global user.name "your name"
git config --global user.email "your email"