Setup
It is very important that these steps are done correctly to ensure that you can follow along.
This guide assumes that you are using Git Bash (for Windows) or the terminal (for MacOS and Linux) as we will be using bash commands. If you are facing issues with running certain commands (especially on Windows), please consider using Git Bash instead.
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 new Github account if you don’t have an account
Connecting to Github with SSH
Generate a new SSH key
Add the SSH key to Github
To verify that Github is working, refer to this guide and run the given command (ssh -T git@github.com
) to ensure that your SSH connection is working correctly.
Last updated