明明在.config中有【user】。。。
来源:3-2 项目目录结构设计与Git远程仓库的建立
乘风破浪z
2017-07-19
$ git commit -am 'test'
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'Administrator@lenovoG510.(none)')
写回答
1回答
-
Rosen
2017-07-19
确认下配置文件是不是放到用户目录下了,还有检查文件名,.gitconfig
032017-07-19
相似问题