Skip to content
Discussion options

You must be logged in to vote

It sounds like you're running into trouble uploading your 150 MB file to a GitHub release. Here's the deal:

1. File Size Limit

GitHub lets you upload files up to 2 GB for releases, so a 150 MB file should work fine. The "25 MB" limit you saw might be for other uploads, like in comments or issues.

2. Why It’s Not Working

If it’s failing, it could be a browser or network issue, or even something weird with your account/session.

3. How to Fix It

  • Switch Browsers: Try a different browser or clear your cache and try again.
  • Use GitHub CLI: You can use a tool called GitHub CLI to upload the file instead of the browser. Here’s the command:
gh release upload <your-tag> <your-file>

Example:

gh rel…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@orb15
Comment options

@hrimondal
Comment options

@gajop
Comment options

@tribes2
Comment options

Answer selected by orb15

This comment was marked as spam.

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question Ask and answer questions about GitHub features and usage
6 participants