idea中git工具的用户名修改
在Terminal中输入git config user.name获取当前的用户名
修改用户名输入git config --global user.name “用户名”
完成修改