Skip to content

Instantly share code, notes, and snippets.

@abu-yusuf-dev
Last active January 6, 2019 15:55
Show Gist options
  • Save abu-yusuf-dev/d4753cf5dfdc6d74b7962d13cdfa07f1 to your computer and use it in GitHub Desktop.
Save abu-yusuf-dev/d4753cf5dfdc6d74b7962d13cdfa07f1 to your computer and use it in GitHub Desktop.
Add public ssh key in your git
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