How to Clone a Repository on Github

Git is a very common tool in collaborative software development. Cloning a repository locally stores the latest changes of a project, allowing you to branch off and make your own edits without immediately affecting someone else's work. To...

Method 1 of 3:

Using the Command Line

  1. Picture 1 of How to Clone a Repository on Github
    Download and install Git. Go to https://git-scm.com/downloads and select the download for the platform you are using.
  2. Picture 2 of How to Clone a Repository on Github
    Create a directory for your repository. Navigate to a location of your choosing your computer. Then right-click (or Ctrl + click) and select 'New Folder'.
    1. For simplicity, it may be best to create your first repository folder on the Desktop.
  3. Picture 3 of How to Clone a Repository on Github
    Open Git CMD. This program is installed along with the git tools, however you can also use the natively installed Command Prompt (Windows) or Terminal (Mac/Linux).
  4. Picture 4 of How to Clone a Repository on Github
    Navigate to your target directory in the command line. Enter the 'cd' command following by the path to the repository folder you created. Folders in the path are separated by ''. Hit Enter to complete the action.
    1. For example, a folder on the desktop for Windows would use the command 'cd c:users[username]desktop[foldername]'
    2. 'cd' stands for 'change directory'
    3. You can change directories one at a time instead of all at once if you find it faster to type: 'cd desktop' Enter 'cd folder name' Enter.
  5. Picture 5 of How to Clone a Repository on Github
    Navigate to the repository page in your web browser. Go to the github (or whichever git alternative) page of the repository you are trying to clone. The source location of the repository will be displayed on the repository page.
    1. The exact location of the source location will vary depending on which repository site you are using, but they are usually located near the top for easy access. Look for a URL.
  6. Picture 6 of How to Clone a Repository on Github
    Copy the source location. Click the source location (typically a URL starting with 'https' or 'ssh') and hit Ctrl+C or Cmd+C to copy.
  7. Picture 7 of How to Clone a Repository on Github
    Enter 'git clone' followed by the source location into the command line. The 'git' command tells the command line you are using a Git function, and 'clone' tells it to clone the location following the command. Paste or type out the source location after the command.
    1. In order to paste into the Windows command line, you have to right-click and select 'Paste' from the context menu. This is not necessary in the Mac or Linux Terminal.
  8. Picture 8 of How to Clone a Repository on Github
    Hit Enter. The cloning process will begin and display its progress in the command line. You will be notified when the process in completed by a message in the command line.
Method 2 of 3:

Using the Git GUI

  1. Picture 9 of How to Clone a Repository on Github
    Download and install Git. Go to https://git-scm.com/downloads and select the download for the platform you are using.
  2. Picture 10 of How to Clone a Repository on Github
    Create a directory for your repository. Navigate to a location of your choosing your computer. Then right-click (or Ctrl + click) and select 'New Folder'.
    1. For simplicity, it may be best to create your first repository folder on the Desktop.
  3. Picture 11 of How to Clone a Repository on Github
    Navigate to the repository page in your web browser. Go to the github (or whichever git product) page of the repository you are trying to clone. The source location of the repository will be displayed on the repository page.
    1. The exact location of the source location will vary depending on which repository site you are using, but they are usually located near the top for easy access. Look for a URL.
  4. Picture 12 of How to Clone a Repository on Github
    Copy the source location. Click the source location (typically a URL starting with 'https' or 'ssh') and hit Ctrl+C or Cmd+C to copy.
  5. Picture 13 of How to Clone a Repository on Github
    Open Git GUI. This program is installed along with the git tools. Instead of booting into a text command line, you will see a window with clickable buttons
  6. Picture 14 of How to Clone a Repository on Github
    Click 'Clone Repository'. This is the first option on the boot splash screen.
    1. You can also select 'Clone' from 'Repository' dropdown menu.
  7. Picture 15 of How to Clone a Repository on Github
    Enter the source location. Paste or type the source location into this field.
  8. Picture 16 of How to Clone a Repository on Github
    Enter target directory. Enter the path to the repository folder you created.
    1. You can also click 'Browse' to search for the folder without having to type it out.
  9. Picture 17 of How to Clone a Repository on Github
    Click 'Clone'. The GUI will display your progress and notify you once the clone is complete.
Method 3 of 3:

Using Visual Studio

  1. Picture 18 of How to Clone a Repository on Github
    Navigate to the repository page in your web browser. Go to the github (or whichever git product) page of the repository you are trying to clone. The source location of the repository will be displayed on the repository page.
    1. The exact location of the source location will vary depending on which repository site you are using, but they are usually located near the top for easy access. Look for a URL.
  2. Picture 19 of How to Clone a Repository on Github
    Copy the source location. Click the source location (typically a URL starting with 'https' or 'ssh') and hit Ctrl+C or Cmd+C to copy.
  3. Picture 20 of How to Clone a Repository on Github
    Open Visual Studio. Visual Studio is common in Windows development environments, but is not free. You can download VS Express to get a stripped down free edition.
  4. Picture 21 of How to Clone a Repository on Github
    Select the 'Team Explorer' tab. This is located in the bottom of right-hand sidebar.
  5. Picture 22 of How to Clone a Repository on Github
    Click the 'Manage Connections' button. This button is represented by the plug icon and is located in the top menu bar of the right sidebar.
  6. Picture 23 of How to Clone a Repository on Github
    Click 'Clone'. This is located in the 'Local git repositories' section in the right sidebar.
  7. Picture 24 of How to Clone a Repository on Github
    Enter or paste the source location into the text field. Once in the field, the 'Clone' action button will become clickable.
  8. Picture 25 of How to Clone a Repository on Github
    Click 'Clone'. This button is located below the source location field. Once clicked a progress bar will appear displaying the clone process. The process is complete once the bar is filled.
    1. Cloned repositories are automatically cloned to a local directory in your visual studio directory.[2]
Update 05 March 2020
Category

System

Mac OS X

Hardware

Game

Tech info

Technology

Science

Life

Application

Electric

Program

Mobile