How Cloning Repository using SSH
These are the steps you have to follow to clone a private repository from Github using SSH.
1- Adding Keys to SSH Agent. In the machine where you want to clone the repository:
ssh-keygen -t ed25519 -C "YOUR_EMAIL@YOURDOMAIN.com"
2- Copy the link by ...
quixote.hashnode.dev1 min read
Ghost
Self-employed software developer, artist, writer.
That's a very cool , and simple tutorial. Thanks!