git config user.email "[email protected]"
Confirm that you have set your email address correctly with the following command.
git config user.email [email protected]
Setting your email address for every repository on your computer
Open Terminal.
Set your email address with the following command:
git config --global user.email "[email protected]"
Confirm that you have set your email address correctly with the following command.
git config --global user.email [email protected]