git config --global user.email "email@example.com"
# Confirm that you have set the email address correctly in Git:
git config --global user.email
git config user.email "email@example.com"
# Confirm that you have set the email address correctly in Git:
git config user.email