Answer the question
In order to leave comments, you need to log in
GITBASH GITHUB?
when you write the line :
$ git commit -m "first commit"
the response is :
*** 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 '[email protected](none)')
I'm new. Please explain what it is and how to deal with it.
Answer the question
In order to leave comments, you need to log in
It says in English and white:
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name" Do
this. Substitute your values.
In Russian and on the topic on the official website: https://github.github.com/training-kit/downloads/r...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question