Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github pages site size limits?

Tags:

github-pages

What are the limitations on the amount of data on github pages?

Main github repo a limited in 1 GB (https://help.github.com/articles/what-is-my-disk-quota/), and what about github pages?

UPD

On http://www.quora.com/What-are-bandwidth-and-traffic-limits-for-GitHub-pages I found two much different answers.

like image 615
Y.N Avatar asked Feb 24 '15 21:02

Y.N


People also ask

How many sites can you host on GitHub Pages?

You get one site per GitHub account and organization, and unlimited project sites.

Can I use GitHub Pages for a personal website?

GitHub Pages are public web pages hosted for free through GitHub. GitHub users can create and host both personal websites (one allowed per user) and websites related to specific GitHub projects. Imagine you work on a letter using Microsoft Word on your computer.

Is GitHub Pages hosting free?

GitHub Pages is just the solution to that problem. It's free. You can host your website, including custom domain names(https://dhrumil.xyz), 404 error page, sub-domain (https://blog.dhrumil.xyz) and all over secure https.


1 Answers

GitHub now has new policies of a 1GB filesize repository, warnings for pushes of files over 50 MB and complete rejection for fileuploads of 100MB. GitHub warns you when you push a file larger than 50 MB.

https://help.github.com/articles/what-is-my-disk-quota/

like image 165
SSB Avatar answered Sep 21 '22 13:09

SSB