A
A
Andrew2020-05-17 22:46:53
git
Andrew, 2020-05-17 22:46:53

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

2 answer(s)
H
Hanneman, 2020-05-17
@OdAs

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...

I
illuzor, 2020-05-17
@iLLuzor

Directly they say:

Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question