Skip to content

Instantly share code, notes, and snippets.

View Nana2929's full-sized avatar
🚙
Yeah I need a car

Ching Wen Yang Nana2929

🚙
Yeah I need a car
View GitHub Profile
@Nana2929
Nana2929 / Set up GitHub push with SSH keys.md
Created September 26, 2022 10:29 — forked from xirixiz/Set up GitHub push with SSH keys.md
Set up GitHub push with SSH keys

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"