It shows how to clone git repository using ssh with command line i.e. git bash. We first create public / private key pairs using ssh-keygen, then add public key in GitHub server, after that private key is added in ssh-agent and finally cloning git repository using ssh via git clone command.
To launch ssh-agent on git bash startup, follow below link:
https://help.github.com/articles/working-with-ssh-key-passphrases/
Download
0 formats
No download links available.
Git Part 2: How to clone GitHub Repository using SSH URL (git clone) | NatokHD