How to generate and add SSH Key for GITHub, GitLab, Bitbucket


Steps to generate and add SSH Key to Github


Step1. Open Terminal
Step2. Run this command : ssh-keygen -t rsa
Step3. Print SSH key on terminal : cat .ssh/id_rsa.pub
Step4. Copy SSH : pbcopy < ~/.ssh/id_rsa.pub

 





Screenshots to add SSH Key to Github

You can follow the same way for Gitlab, Bitbucket or any other GIT Platform.







Now you are good to go. 

You can Clone, Commit, Push, Pull anything.


ALL THE VERY BEST.

LEAVE A COMMENT IF YOU HAVE ANY DOUBT.







Comments