How to Clone A Git Repository Using the Browser - ncsurobotics/githubtraining GitHub Wiki

How to Clone A Git Repository Using the Browser

Go to GitHub and open the repository you desire to clone. GitHub Image 1

Click the “Code” button. GitHub Image 2

Click the clipboard icon to copy the link of the repository.

GitHub Image 3

Open your terminal and go to a desired directory. GitHub Image 4

Type “git clone” into your command line and then paste the github link you copied into the command line. GitHub Image 5

Hit “enter”. GitHub Image 6