Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Last active August 29, 2015 14:06
Show Gist options
  • Save nqthqn/99f1ea8ca9e8b10917e3 to your computer and use it in GitHub Desktop.
Save nqthqn/99f1ea8ca9e8b10917e3 to your computer and use it in GitHub Desktop.
public/private key generation
  • ls -la ~/.ssh/
  • ssh-keygen -t rsa -C "your_email@example.com"
  • cat ~/.ssh/id_rsa.pub

Copy that public key to github here

  • git clone git@github.com:<owner>/<repo>.git

Learn more here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment