为解决idea合并代码时的报错:
11:40 Couldn't merge origin/getGoodsByDepotCoverageAreaId-2017-08-09: unable to auto-detect email address (got 'WIN7@WIN7-PC.(none)')
1、管理员权限下运行cmd,进入“C:\Users\WIN7”目录,使用以下命令创建.gitconfig配置文件
type NUL > .gitconfig
ps,md/mkdir .gitconfig是创建文件夹
2、修改.gitconfig配置文件内容如下,账户信息需要运维开通git权限,保存后重新打开idea即可
[User]
name = max
email = max@jollycorp.com