How to Upload Large Files to Github
Uploading large files to GitHub can be challenging due to size limits. Here’s how to do it:
- Navigate to your repository.
- Click 'Tags'.
- Go to the 'Releases' section.
- Select 'Draft a new release'.
- Choose a tag.
- Add a release title and a description.
- Click to add files.
- Click on the 'Publish release' button to upload your files directly.
- By following these steps, you can upload a limit of 100 MB per file, and the repository size limit is typically around 1 GB.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it