âšī¸ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago (distributed domain, exempt) |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github |
| Last Crawled | 2026-04-09 17:05:43 (1 day ago) |
| First Indexed | 2024-02-07 00:55:13 (2 years ago) |
| HTTP Status Code | 200 |
| Meta Title | Downloading files from GitHub - GitHub Docs |
| Meta Description | Learn how to download files from GitHub, and understand the difference between downloading, cloning, and forking. |
| Meta Canonical | null |
| Boilerpipe Text | Learn how to download files from GitHub, and understand the difference between downloading, cloning, and forking.
Introduction
GitHub.com is home to millions of open-source software projects, that you can copy, customize, and use for your own purposes.
There are different ways to get a copy of a repository's files on GitHub. You can:
Download
a snapshot of a repository's files as a zip file to your own (local) computer.
Clone
a repository to your local computer using Git.
Fork
a repository to create a new repository on GitHub.
Each of these methods has its own use case, which we'll explain in the next section.
This tutorial focuses on downloading a repository's files to your local computer. For example, if you've found some interesting content in a repository on GitHub, downloading is a simple way to get a copy of the content, without using Git or applying version control.
Understanding the differences between downloading, cloning, and forking
Term
Definition
Use case
Download
To save a snapshot of a repository's files to your local computer.
You want to use or customize the content of the files, but you're not interested in applying version control.
Clone
To make a full copy of a repository's data, including all versions of every file and folder.
You want to work on a full copy of the repository on your local computer, using Git to track and manage your changes. You likely intend to sync these locally-made changes with the GitHub-hosted repository. For more information, see
Cloning a repository
.
Fork
To create a new repository on GitHub, linked to your personal account, that shares code and visibility settings with the original ("upstream") repository.
You want to use the original repository's data as a basis for your own project on GitHub. Or, you want to use the fork to propose changes to the original ("upstream") repository. After forking the repository, you still might want to clone the repository, so that you can work on the changes on your local computer. For more information, see
Fork a repository
.
Prerequisites
You must have a GitHub account.
Downloading a repository's files
For the tutorial, we'll use a demo repository (
octocat/Spoon-Knife
).
Navigate to
octocat/Spoon-Knife
.
Above the list of files, click
Code
.
Click
Download ZIP
.
Conclusion
You now have a copy of the repository's files saved as a zip file on your local computer. You can edit and customize the files for your own purposes.
Next steps
In the next tutorial,
Uploading a project to GitHub
, you'll learn how to upload your own files to a remote repository on GitHub.
Further reading
Downloading source code archives |
| Markdown | [Skip to main content](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#main-content)
[GitHub Docs](https://docs.github.com/en)
Version: Free, Pro, & Team
Search or ask Copilot
Search or ask
Copilot
Select language: current language is English
[Sign up](https://github.com/signup?ref_cta=Sign+up&ref_loc=docs+header&ref_page=docs)
Search or ask Copilot
Search or ask
Copilot
Open menu
Open Sidebar
- [Get started](https://docs.github.com/en/get-started "Get started")/
- [Start your journey](https://docs.github.com/en/get-started/start-your-journey "Start your journey")/
- [Download files](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github "Download files")
[Home](https://docs.github.com/en)
## [Get started](https://docs.github.com/en/get-started)
- Start your journey
- [About GitHub and Git](https://docs.github.com/en/get-started/start-your-journey/about-github-and-git)
- [Create an account](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github)
- [Hello World](https://docs.github.com/en/get-started/start-your-journey/hello-world)
- [Set up your profile](https://docs.github.com/en/get-started/start-your-journey/setting-up-your-profile)
- [Find inspiration](https://docs.github.com/en/get-started/start-your-journey/finding-inspiration-on-github)
- [Download files](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github)
- [Upload a project](https://docs.github.com/en/get-started/start-your-journey/uploading-a-project-to-github)
- [Learning resources](https://docs.github.com/en/get-started/start-your-journey/git-and-github-learning-resources)
- Onboarding
- [Getting started with your GitHub account](https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account)
- [Getting started with GitHub Team](https://docs.github.com/en/get-started/onboarding/getting-started-with-github-team)
- [Getting started with the GitHub Enterprise Cloud trial](https://docs.github.com/en/get-started/onboarding/getting-started-with-the-github-enterprise-cloud-trial)
- [Getting started with GitHub Enterprise Cloud](https://docs.github.com/en/get-started/onboarding/getting-started-with-github-enterprise-cloud)
- Using GitHub
- [GitHub flow](https://docs.github.com/en/get-started/using-github/github-flow)
- [Connecting to GitHub](https://docs.github.com/en/get-started/using-github/connecting-to-github)
- [Communicating on GitHub](https://docs.github.com/en/get-started/using-github/communicating-on-github)
- [Feature preview](https://docs.github.com/en/get-started/using-github/exploring-early-access-releases-with-feature-preview)
- [Supported browsers](https://docs.github.com/en/get-started/using-github/supported-browsers)
- [GitHub Mobile](https://docs.github.com/en/get-started/using-github/github-mobile)
- [Allow network access](https://docs.github.com/en/get-started/using-github/allowing-access-to-githubs-services-from-a-restricted-network)
- [Connectivity problems](https://docs.github.com/en/get-started/using-github/troubleshooting-connectivity-problems)
- Learning about GitHub
- [GitHub's plans](https://docs.github.com/en/get-started/learning-about-github/githubs-plans)
- [GitHub language support](https://docs.github.com/en/get-started/learning-about-github/github-language-support)
- [Types of GitHub accounts](https://docs.github.com/en/get-started/learning-about-github/types-of-github-accounts)
- [Access permissions](https://docs.github.com/en/get-started/learning-about-github/access-permissions-on-github)
- [GitHub Advanced Security](https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security)
- [Changes to GitHub plans](https://docs.github.com/en/get-started/learning-about-github/faq-about-changes-to-githubs-plans)
- [GitHub glossary](https://docs.github.com/en/get-started/learning-about-github/github-glossary)
- Learn to code
- [Set up Copilot for learning](https://docs.github.com/en/get-started/learning-to-code/setting-up-copilot-for-learning-to-code)
- [Get started with Git](https://docs.github.com/en/get-started/learning-to-code/getting-started-with-git)
- [Finding example code](https://docs.github.com/en/get-started/learning-to-code/finding-and-understanding-example-code)
- [Reuse people's code](https://docs.github.com/en/get-started/learning-to-code/reusing-other-peoples-code-in-your-projects)
- [Local development](https://docs.github.com/en/get-started/learning-to-code/developing-your-project-locally)
- [Debug with Copilot](https://docs.github.com/en/get-started/learning-to-code/learning-to-debug-with-github-copilot)
- [Getting feedback on your code](https://docs.github.com/en/get-started/learning-to-code/getting-feedback-on-your-code-from-github-copilot)
- [Storing secrets safely](https://docs.github.com/en/get-started/learning-to-code/storing-your-secrets-safely)
- [Secure your code](https://docs.github.com/en/get-started/learning-to-code/finding-and-fixing-your-first-code-vulnerability)
- [Secure your dependencies](https://docs.github.com/en/get-started/learning-to-code/finding-and-fixing-your-first-dependency-vulnerability)
- Accessibility
- [Manage theme settings](https://docs.github.com/en/get-started/accessibility/managing-your-theme-settings)
- [Keyboard shortcuts](https://docs.github.com/en/get-started/accessibility/keyboard-shortcuts)
- [GitHub Command Palette](https://docs.github.com/en/get-started/accessibility/github-command-palette)
- Writing on GitHub
- Start writing on GitHub
- [Quickstart](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/quickstart-for-writing-on-github)
- [About writing & formatting](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/about-writing-and-formatting-on-github)
- [Basic formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
- Work with advanced formatting
- [Organized data with tables](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables)
- [Collapsed sections](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections)
- [Create code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks)
- [Create diagrams](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)
- [Mathematical expressions](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)
- [Auto linked references](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls)
- [Attaching files](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files)
- [About tasklists](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists)
- [Permanent links to code](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-a-permanent-link-to-a-code-snippet)
- [Using keywords in issues and pull requests](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests)
- Work with saved replies
- [About saved replies](https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/about-saved-replies)
- [Creating a saved reply](https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/creating-a-saved-reply)
- [Editing a saved reply](https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply)
- [Deleting a saved reply](https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/deleting-a-saved-reply)
- [Using saved replies](https://docs.github.com/en/get-started/writing-on-github/working-with-saved-replies/using-saved-replies)
- Share content with gists
- [Creating gists](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists)
- [Forking and cloning gists](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/forking-and-cloning-gists)
- [Saving gists with stars](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/saving-gists-with-stars)
- [Moderating gist comments](https://docs.github.com/en/get-started/writing-on-github/editing-and-sharing-content-with-gists/moderating-gist-comments)
- Explore projects
- [Finding open source projects](https://docs.github.com/en/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github)
- [Contribute to open source](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-open-source)
- [Use Copilot to explore projects](https://docs.github.com/en/get-started/exploring-projects-on-github/using-github-copilot-to-explore-projects)
- [Contribute to a project](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [Save repositories with stars](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars)
- [Following people](https://docs.github.com/en/get-started/exploring-projects-on-github/following-people)
- [Following organizations](https://docs.github.com/en/get-started/exploring-projects-on-github/following-organizations)
- Git basics
- [Set up Git](https://docs.github.com/en/get-started/git-basics/set-up-git)
- [Set your username](https://docs.github.com/en/get-started/git-basics/setting-your-username-in-git)
- [Caching credentials](https://docs.github.com/en/get-started/git-basics/caching-your-github-credentials-in-git)
- [Repeated credential prompts](https://docs.github.com/en/get-started/git-basics/why-is-git-always-asking-for-my-credentials)
- [macOS Keychain credentials](https://docs.github.com/en/get-started/git-basics/updating-credentials-from-the-macos-keychain)
- [Git workflows](https://docs.github.com/en/get-started/git-basics/git-workflows)
- [About remote repositories](https://docs.github.com/en/get-started/git-basics/about-remote-repositories)
- [Manage remote repositories](https://docs.github.com/en/get-started/git-basics/managing-remote-repositories)
- [Associate text editors](https://docs.github.com/en/get-started/git-basics/associating-text-editors-with-git)
- [Handle line endings](https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings)
- [Ignoring files](https://docs.github.com/en/get-started/git-basics/ignoring-files)
- [Git cheatsheet](https://docs.github.com/en/get-started/git-basics/git-cheatsheet)
- Using Git
- [About Git](https://docs.github.com/en/get-started/using-git/about-git)
- [Push commits to a remote](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository)
- [Get changes from a remote](https://docs.github.com/en/get-started/using-git/getting-changes-from-a-remote-repository)
- [Non-fast-forward error](https://docs.github.com/en/get-started/using-git/dealing-with-non-fast-forward-errors)
- [Splitting a subfolder](https://docs.github.com/en/get-started/using-git/splitting-a-subfolder-out-into-a-new-repository)
- [About Git subtree merges](https://docs.github.com/en/get-started/using-git/about-git-subtree-merges)
- [About Git rebase](https://docs.github.com/en/get-started/using-git/about-git-rebase)
- [Git rebase](https://docs.github.com/en/get-started/using-git/using-git-rebase-on-the-command-line)
- [Resolve conflicts after rebase](https://docs.github.com/en/get-started/using-git/resolving-merge-conflicts-after-a-git-rebase)
- [Special characters in names](https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names)
- [Maximum push limit](https://docs.github.com/en/get-started/using-git/troubleshooting-the-2-gb-push-limit)
- Archive account and public repos
- [Request account archive](https://docs.github.com/en/get-started/archiving-your-github-personal-account-and-public-repositories/requesting-an-archive-of-your-personal-accounts-data)
- [GitHub Archive program](https://docs.github.com/en/get-started/archiving-your-github-personal-account-and-public-repositories/opting-into-or-out-of-the-github-archive-program-for-your-public-repository)
- Using GitHub Docs
- [Docs versions](https://docs.github.com/en/get-started/using-github-docs/about-versions-of-github-docs)
- [Hover cards](https://docs.github.com/en/get-started/using-github-docs/using-hover-cards-on-github-docs)
- GitHub Certifications
- [About GitHub Certifications](https://docs.github.com/en/get-started/showcase-your-expertise-with-github-certifications/about-github-certifications)
- [Registering for an exam](https://docs.github.com/en/get-started/showcase-your-expertise-with-github-certifications/registering-for-a-github-certifications-exam)
- [Get started](https://docs.github.com/en/get-started "Get started")/
- [Start your journey](https://docs.github.com/en/get-started/start-your-journey "Start your journey")/
- [Download files](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github "Download files")
# Downloading files from GitHub
Learn how to download files from GitHub, and understand the difference between downloading, cloning, and forking.
Copy as Markdown
## [Get started](https://docs.github.com/en/free-pro-team@latest/get-started/start-your-journey)
Article 6 of 8
***
Next:[Uploading a project to GitHub](https://docs.github.com/en/get-started/start-your-journey/uploading-a-project-to-github)
## In this article
- [Introduction](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#introduction)
- [Prerequisites](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#prerequisites)
- [Downloading a repository's files](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#downloading-a-repositorys-files)
- [Conclusion](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#conclusion)
- [Next steps](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#next-steps)
- [Further reading](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#further-reading)
## [Introduction](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#introduction)
GitHub.com is home to millions of open-source software projects, that you can copy, customize, and use for your own purposes.
There are different ways to get a copy of a repository's files on GitHub. You can:
- **Download** a snapshot of a repository's files as a zip file to your own (local) computer.
- **Clone** a repository to your local computer using Git.
- **Fork** a repository to create a new repository on GitHub.
Each of these methods has its own use case, which we'll explain in the next section.
This tutorial focuses on downloading a repository's files to your local computer. For example, if you've found some interesting content in a repository on GitHub, downloading is a simple way to get a copy of the content, without using Git or applying version control.
### [Understanding the differences between downloading, cloning, and forking](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#understanding-the-differences-between-downloading-cloning-and-forking)
| Term | Definition | Use case |
|---|---|---|
| Download | To save a snapshot of a repository's files to your local computer. | You want to use or customize the content of the files, but you're not interested in applying version control. |
| Clone | To make a full copy of a repository's data, including all versions of every file and folder. | You want to work on a full copy of the repository on your local computer, using Git to track and manage your changes. You likely intend to sync these locally-made changes with the GitHub-hosted repository. For more information, see [Cloning a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). |
| Fork | To create a new repository on GitHub, linked to your personal account, that shares code and visibility settings with the original ("upstream") repository. | You want to use the original repository's data as a basis for your own project on GitHub. Or, you want to use the fork to propose changes to the original ("upstream") repository. After forking the repository, you still might want to clone the repository, so that you can work on the changes on your local computer. For more information, see [Fork a repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo). |
## [Prerequisites](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#prerequisites)
- You must have a GitHub account.
## [Downloading a repository's files](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#downloading-a-repositorys-files)
For the tutorial, we'll use a demo repository ([octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife)).
1. Navigate to [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife).
2. Above the list of files, click **Code**.

3. Click **Download ZIP**.
## [Conclusion](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#conclusion)
You now have a copy of the repository's files saved as a zip file on your local computer. You can edit and customize the files for your own purposes.
## [Next steps](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#next-steps)
- In the next tutorial, [Uploading a project to GitHub](https://docs.github.com/en/get-started/start-your-journey/uploading-a-project-to-github), you'll learn how to upload your own files to a remote repository on GitHub.
## [Further reading](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#further-reading)
- [Downloading source code archives](https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives)
Previous[Finding inspiration on GitHub](https://docs.github.com/en/get-started/start-your-journey/finding-inspiration-on-github)Next[Uploading a project to GitHub](https://docs.github.com/en/get-started/start-your-journey/uploading-a-project-to-github)
## Help and support
### Help us make these docs great\!
All GitHub docs are open source. See something that's wrong or unclear? Submit a pull request.
[Make a contribution](https://github.com/github/docs/blob/main/content/get-started/start-your-journey/downloading-files-from-github.md)
[Learn how to contribute](https://docs.github.com/contributing)
### Still need help?
[Ask the GitHub community](https://github.com/orgs/community/discussions)
[Contact support](https://support.github.com/)
## Legal
- Š 2026 GitHub, Inc.
- [Terms](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service)
- [Privacy](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement)
- [Status](https://www.githubstatus.com/)
- [Pricing](https://github.com/pricing)
- [Expert services](https://services.github.com/)
- [Blog](https://github.blog/) |
| Readable Markdown | Learn how to download files from GitHub, and understand the difference between downloading, cloning, and forking.
## [Introduction](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#introduction)
GitHub.com is home to millions of open-source software projects, that you can copy, customize, and use for your own purposes.
There are different ways to get a copy of a repository's files on GitHub. You can:
- **Download** a snapshot of a repository's files as a zip file to your own (local) computer.
- **Clone** a repository to your local computer using Git.
- **Fork** a repository to create a new repository on GitHub.
Each of these methods has its own use case, which we'll explain in the next section.
This tutorial focuses on downloading a repository's files to your local computer. For example, if you've found some interesting content in a repository on GitHub, downloading is a simple way to get a copy of the content, without using Git or applying version control.
### [Understanding the differences between downloading, cloning, and forking](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#understanding-the-differences-between-downloading-cloning-and-forking)
| Term | Definition | Use case |
|---|---|---|
| Download | To save a snapshot of a repository's files to your local computer. | You want to use or customize the content of the files, but you're not interested in applying version control. |
| Clone | To make a full copy of a repository's data, including all versions of every file and folder. | You want to work on a full copy of the repository on your local computer, using Git to track and manage your changes. You likely intend to sync these locally-made changes with the GitHub-hosted repository. For more information, see [Cloning a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository). |
| Fork | To create a new repository on GitHub, linked to your personal account, that shares code and visibility settings with the original ("upstream") repository. | You want to use the original repository's data as a basis for your own project on GitHub. Or, you want to use the fork to propose changes to the original ("upstream") repository. After forking the repository, you still might want to clone the repository, so that you can work on the changes on your local computer. For more information, see [Fork a repository](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo). |
## [Prerequisites](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#prerequisites)
- You must have a GitHub account.
## [Downloading a repository's files](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#downloading-a-repositorys-files)
For the tutorial, we'll use a demo repository ([octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife)).
1. Navigate to [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife).
2. Above the list of files, click **Code**.

3. Click **Download ZIP**.
## [Conclusion](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#conclusion)
You now have a copy of the repository's files saved as a zip file on your local computer. You can edit and customize the files for your own purposes.
## [Next steps](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#next-steps)
- In the next tutorial, [Uploading a project to GitHub](https://docs.github.com/en/get-started/start-your-journey/uploading-a-project-to-github), you'll learn how to upload your own files to a remote repository on GitHub.
## [Further reading](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github#further-reading)
- [Downloading source code archives](https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives) |
| Shard | 174 (laksa) |
| Root Hash | 6325672905007345774 |
| Unparsed URL | com,github!docs,/en/get-started/start-your-journey/downloading-files-from-github s443 |