【发布时间】:2017-02-09 13:21:44
【问题描述】:
一切都很顺利,但是当我输入“git commit -m 'First Commit'”时它不起作用并显示此错误
developer@developer-PC MINGW64 ~/Desktop/ajax (master)
$ git commit -am 'gjhgj'
*** 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: empty ident name (for <(null)>) not allowed
请有人在这方面提供帮助
【问题讨论】:
标签: git github deployment