-
在IDEA中打开 Terminal 终端
-
查看当前提交者的名称及邮箱
git config user.name
git config user.email
-
修改成你自己的用户名及邮箱
git config --global user.name "xxxxx"
git config --global user.email "[email protected]"
在IDEA中打开 Terminal 终端
查看当前提交者的名称及邮箱
git config user.name
git config user.email
修改成你自己的用户名及邮箱
git config --global user.name "xxxxx"
git config --global user.email "[email protected]"