git中unable to auto-detect email address 错误的解决拌办法

fatal: unable to auto-detect email address (got 'tim@newton.(none)')
解决办法:
找到工程目录的.git文件夹,打开之后找到config文件,在最后边加上一句话
[user]
 email=your email
 name=your name
your email 和your name随便写上就行

posted @ 2018-04-08 12:37  攘熙  阅读(3366)  评论(0编辑  收藏  举报