How to Download Files From GitHub: Three Easy Steps
Want to learn how to download files from GitHub? Here's how.
February 11, 2017
Question: How do I download files from GitHub?
Answer: Today, more and more code is stored in GitHub. But for non-developers it can be confusing to understand how to actually get content and download files from GitHub.
I recently needed to download the VMM SDN Express scripts from https://github.com/Microsoft/SDN/tree/master/VMM/VMM%20SDN%20Express. However, that page has no obvious download button. Yes, each individual file can be viewed and its content copy-pasted to a local file, but that's not the best or most efficient solution.
To easily download multiple files from GitHub, you should take the following three steps:
Navigate to the top-level of the project (SDN in this case) or the specific repository you want to download.
Click the green "Code" download button on the top-level page.
Select the "Download ZIP" option from the "Code" pull-down menu.
As a result, the downloaded ZIP file will contain the entire GitHub repository content, including the files you wanted. For additional step-by-step instruction for getting started with GitHub, check out this video from ITPro Today's YouTube channel:
Additional Resources:
About the Author
You May Also Like