一直报下面的错误
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
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 'jinjiahui@localhost.(none)')
用上面的命令设置了也没用
git config --global user.email "[email protected]"
git config --global user.name "MyName"
有谁知道怎么解决吗