If you want to clone a repository on Github, and having it on your device, you can navigate any repo on GitHub, and you will find a clone button which gives a url that you can use to download the repo.
- Fork the repo first, make sure it belongs to your account
- Clone the repo and copy the ssh link
- take that url and open up
terminalapp cdto the folder you want to place the cloned repo in (your development folder)- type
git clone PASTE_THE_URL_HERE