老师 我输入 git commit -am "first commit init project" 为什么是这样了
来源:5-6 git初始化
qq_HeroWInG_04281056
2017-11-06
E:\IdeaProjects\mall1>git commit -am "first commit init project"
*** 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@USER-20161004JD.(none)')
2回答
-
qq_朱怕撞_03653136
2017-12-10
找到工程目录的.git文件夹,打开之后找到config文件,在最后边加上一句话
[user]
email=your email
name=your name00 -
Geely
2017-11-07
应该是你的权限没有配置好呀,提示的run 在课程里都有领着操作,同学不要跳着视频看哟,坐着看 慢慢看。。
另外,看帖子看帖子看帖子,重要的说三遍哈
我给大家整理了这个,有问题可以来看看先找一下。 肯定有你想要的哈
部署环境的话 ,建议看下文章最后一小段哟~
尽快进入咱们QQ群哟~~
课程项目思维导图及线上环境、测试环境、部署linux和windows等解答
http://www.imooc.com/article/20193
【重点】问答区常见问题整理
http://www.imooc.com/article/18998
课程项目QQ群分享手记
http://www.imooc.com/article/19094
找工作的季节之简历及找工作的分享
http://www.imooc.com/article/19998
项目环境、vsftpd、linux、mysql等各种配置、软件下载
http://learning.happymmall.com
还有还有,课程求10分好评嘻嘻~木啊~~
00
相似问题