Configure Git
Type this in the terminal:
git config --global user.name "Your Actual Name, In Quotes"
Type this in the terminal:
git config --global user.email "Your Actual Email, In Quotes"
Verify
Type this in the terminal:git config --get user.nameExpected result:your nameType this in the terminal:git config --get user.emailExpected result:your email address
Next Step:
Go on to Create An SSH Key