Configure your git identity

In the terminal, type the following commands, replacing the text in quotes with your full name and email address.

git config --global user.name "YOUR FULL NAME"
git config --global user.email "YOUR EMAIL ADDRESS"