git commit -am
来源:5-6 git初始化
慕虎4243151
2017-12-27
git commit -am 'first commit init project' idea中敲这条命令报
fatal: unable to auto-detect email address (got 'ZkrSyc@Liu-pc.(none)')
怎么解决?
写回答
2回答
-
git config 没有做吧?
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
032018-01-27 -
Geely
2017-12-27
你好同学看这个错误是不是git没配置好呀包括账号邮箱等。还有如果是windows瞎的话-am 后边单引号有的时候不好使可以使用双引号。
【这个帖子好好看看哟给同学们整理的学习课程的集锦宝典】
课程项目思维导图及线上环境、测试环境、部署linux和windows等解答
http://www.imooc.com/article/20193
00
相似问题