Github 页面站点大小限制?

Github pages site size limits?

github 页面上的数据量有哪些限制?

主要 github 回购限制为 1 GB (https://help.github.com/articles/what-is-my-disk-quota/),github 页呢?

UPD

http://www.quora.com/What-are-bandwidth-and-traffic-limits-for-GitHub-pages 我找到了两个截然不同的答案。

GitHub 现在有 1GB 文件大小存储库的新政策,推送超过 50 MB 文件的警告和完全拒绝 100MB 文件上传。 GitHub 推送大于 50 MB 的文件时发出警告。

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

相关的是带宽使用(传输的数据量)。有一个限制,但没有记录。摘自 GitHub Terms of Service:

If your bandwidth usage significantly exceeds the average bandwidth usage (as determined solely by GitHub) of other GitHub customers, we reserve the right to immediately disable your account or throttle your file hosting until you can reduce your bandwidth consumption.

https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/about-github-pages#guidelines-for-using-github-pages

Usage limits

GitHub Pages sites are subject to the following usage limits:

  • GitHub Pages source repositories have a recommended limit of 1GB. For more information, see "What is my disk quota?"

  • Published GitHub Pages sites may be no larger than 1 GB.

  • GitHub Pages sites have a soft bandwidth limit of 100GB per month.

  • GitHub Pages sites have a soft limit of 10 builds per hour.