Setup
Last updated
Last updated
It is very important that these steps are done correctly to ensure that you can follow along.
To follow along this guide, you need to install the following:
To ensure that everything is working, run the following commands:
You should see text like this:
Once Git is setup on your local machine, do some initial configuration:
Then, setup Github as such:
Create a if you don’t have an account
Connecting to
Generate a new SSH key
Add the SSH key to Github
To verify that Github is working, refer to and run the given command (ssh -T git@github.com
) to ensure that your SSH connection is working correctly.