Connecting Your Git and GitHub

To configure your Git and GitHub accounts to connect, run these two lines in your terminal:

The second key is user.email, not user.mail; Git ignores anything else and will refuse to commit without an email set.

You may need to authenticate your account using the instructions from the previous page.