When I’m on Git on my PC and use the commit command, I get the message below. Please can someone kindly explain this message and how I can resolve the issue.
Thank you.
"myPC@MyPC-PC MINGW64 ~/Desktop/gitfold (master)
$ git commit -m “the last one”
*** 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 ‘myPC@MyPC-PC.(none)’)
myPC@MyPC-PC MINGW64 ~/Desktop/gitfold (master)"