How to Download a File from GitHub

When you view individual files on GitHub, you'll notice the button to download the code isn't there. You'll instead see the download button on the right side of the page when you navigate to the root of the repository. This minHour will teach you how to download files from GitHub by changing to the Raw version of the file.

Steps

Go to https://github.com/ in a web browser.

You can use any web browser to download files.

Navigate to the file you want to download.

Use the search bar at the top of the page to find the file you want to download and the results will list repositories that match your search.

Click Releases (if it’s available).

You’ll see this option on the right side of the browser.

  • Once you click Releases, you can click to download the installer or the source code.
  • If there is no Releases available, continue following these steps to download a file.

Click Go to file.

You’ll see this above the list of files within this repository next to a button to download all the files.

Click to select a file that you want to download.

It’ll open within GitHub in your web browser.

Click Raw.

You’ll see this next to Blame and a monitor icon above the space where the file displays.

  • The page will redirect to display the file contents without any GitHub headers, footers, or menus.

Right-click the page and click Save as.

Alternatively, you can press the keyboard shortcut .

  • Your file manager will open so you can select a name and location to save the file.
  • If you want to download the entire repository instead, navigate to the root (click the first half of the link, which is usually before any /), click the button with the download icon (it will usually say Code), and click Download ZIP.

Leave a Comment