[Note #1] How to configure SSH Github
In short just follow Generate ssh key and Add the key to Github. This note using Mac in the journey.
Generate SSH key
Open terminal.
Use command below to generate ssh key. Use an email that signup with Github.
$ ssh-keygen -t ed25519 -C "your_email...
blog.nedondev.com2 min read