1、在idea的terminal输入
git config user.name
获取当前用户昵称。
2、输入以下命令来修改昵称
git config --global user.name "用户名"
2022-02-17