Last active
January 6, 2019 15:55
-
-
Save abu-yusuf-dev/d4753cf5dfdc6d74b7962d13cdfa07f1 to your computer and use it in GitHub Desktop.
Add public ssh key in your git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open your terminal and hit: | |
1.ssh-keygen | |
2.cd ~/.ssh | |
3.cat id_rsa.pub | |
4.copy this key that started with ssh-rsa | |
5.paste here: https://github.com/settings/ssh/new | |
6.save and bye |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment