Prerequisites
You will need to have Git Bash installed first.
Generating SSH Key
To Generate SSH key, open your terminal and write down the following command but change the mail to yours first:
ssh-keygen -t rsa -C "your_email@example.com"
You can skip all the following settings by pressing Enter
And that’s it