Hi,
Seems like you have git installed in your computer. Good.
Next step is to go ahead to the github website of your repo and click on
'Clone or download' amd then from the dropdown option click on 'use SSH'.
Copy the git path.
From local terminal run the following command:
git clone COPIED_PATH //looks like [email protected]:/[repo name].git
This should start cloning the repo.
Hope this helps and let me know if you face a problem.
Regards,
Muez.