Skip to content
Discussion options

You must be logged in to vote

Technically yes, a GitHub repo can be used like a free storage space — but it's not really designed for that.

A few key limits to keep in mind:
Single file size limit: ~100 MB (hard limit).
Recommended repo size: Keep under 1 GB total.
GitHub warns or restricts repos >5 GB (and may flag your account for abuse if you're pushing binary blobs regularly).

For large file storage (like PDFs, images, etc.), you can:
Use Git Large File Storage (LFS)
Or better, consider using something like Google Drive or Dropbox for hosting and just link them in your README.

If you're just storing notes in markdown or text format, you're fine for a while. But don’t treat it like a cloud drive — GitHub’s for code…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Kash1444
Comment options

@ydv-manoj
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Kash1444
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