ssh-keygen
Clone your GitHub repository using SSH
Follow these steps to add ssh keys to your GitHub account and clone the repo with the SSH URL. 1. Open your terminal and type ssh-keygen. 2. Press enter to accept the default file location and passphrase. 3. Copy the public key to your clipboard with cat ~/.ssh/id_rsa.pub 4. Go to your GitHub account settings and click on SSH and…
Read More »