IDEA修改git提交者的信息
-
在IDEA中打开 Terminal 终端
-
查看当前提交者的名称及邮箱
git config user.name
git config user.email
-
修改成你自己的用户名及邮箱
git config --global user.name "xxxxx"
git config --global user.email "xxxx@qq.com"
You have a dream, you got to protect it.