I can’t add my email…they show me invalid key
should I type ?:
git config --global email@example.com.email
I can’t add my email…they show me invalid key
should I type ?:
git config --global email@example.com.email
You can leave out the quote marks for the email
git config --global email@email.com
but obviously use your email.