Step 1: Github
Last updated
Last updated
Sign up for a free GitHub.com account at if you donβt already have one.
Complete these installation instructions depending on your operating system:
If git
already installed, you can the path to your git and version
First install if you don't already have it, then run the following command:
Follow this for windows installation
Once git
is installed, you can configure git
by using your GitHub username and email address
To connect to GitHub via SSH, you will need to:
Create new SSH key
Add SSH key to GitHub account
Before generating new SSH key, verify if you already have one.
Open Git Bash, then:
Check if you have the following files by default
id_rsa.pub
id_ecdsa.pub
id_ed25519.pub
Run the following commands in your bash
Run the following commands in your bash
Run the following commands in your bash
this will copy your SSH Key to keypad, go to settings of your GitHub profile -> in the "Access" section on the sidebar, go to SSH and GPG keys -> New SSH Key or Add SSH key -> give a title & paste your previously copied key into the "Key" field.
In the upper-right corner of any page, click your profile photo, then click Settings.
In the left sidebar, click Developer settings.
In the left sidebar, under Personal access tokens, click Tokens (classic)
Click Generate new token.
Under Token name, enter a name for the token.
Under Expiration, select an expiration for the token.
Give your token a descriptive name.
Select the scopes you'd like to grant this token. You can select: repo & everything under repo admin:repo_hook & everything under repo delete_repo
Click Generate token.
Make sure to copy & store this token safely. When you first configure your project, you will be asked for Username & Password as shown below. This is where you will use your token