3
I am totally new in this area of technology, I am following a course but I stopped. When I try to give a git commit -m "commit inicial"
the string message in git is this:
Author identity unknown
*** 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 'Kleber@Kleber-PC.(none)')
From here do not know what to do and how to arrange so that it does not appear again, could help me please? Thanks
If I’ve solved your question, don’t forget to mark it as a response in the green tick. This makes more people with the same doubt that you can easily find the solution to the problem.
– Natan Fernandes