Git Part 2: How to clone GitHub Repository using SSH URL (git clone)

Опубликовано: 14 Март 2026
на канале: Learn4Tarakki
26,034
147

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/work...