idea git合并代码说
please tell me who are you..
简单说明就是 git的全局用户和邮箱没有配置,下面演示下命令行(Windows 打开cmd一样)配置
git config --global user.name "李四"
git config --global user.email "lisi@yourdomain.com"
注意将内容修改为自己的名字和邮件即可
再去idea合并,如果这时候还是提示没配置,重启idea工具即可
https://www.leftso.com/article/1722449740118888450.html