Skip to content

Instantly share code, notes, and snippets.

View bitcanon's full-sized avatar
😂
Laughing at something funny

mikael bitcanon

😂
Laughing at something funny
  • Sweden
View GitHub Profile

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "your_email@example.com"