top of page

Clone from github over ssh format:

​

git clone git@github.com:USERNAME/REPOSITORY.git

​

That will clone it over ssh and then you will be able to work with that repository using your ssh keys assuming all that is setup properly.

bottom of page