How to download/clone repositories on GitHub
Mira K
|
10 steps
|
11 seconds
GitHub
1
Navigate to the repository you'd like to download
2
Click "Code"
3
To just download as a ZIP file:
4
Click "Download ZIP"
5
To clone the repository using the command line:
6
Click "Copy to clipboard" if you wish to clone the repository using HTTPS
7
Open the terminal on your computer
8
Navigate/cd to the working directory and type: $ git clone (paste text you copied here)
9
How to clone using the GitHub Desktop program:
10
Click "Open with GitHub Desktop"