Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
What exactly have you tried?
First, enter this in the console:
git config --global user.name "FIRST_NAME LAST_NAME",
and only then this:
git config --global user.email "[email protected]".
Again, if the --global option is specified, then you only need to make these settings once, because then Git will use this data for everything you do on that system.
To see all the settings and find out exactly where they are set, use the command:
git config --list --show-origin
More details: here .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question