遵循命名约定,但我的 github 项目页面仍然给我一个 404

Following the naming convension, but my github project page still gives me a 404

我有一个名为 BigSense 的起源,我的演示文稿有以下存储库:

https://github.com/BigSense/presentations

它有一个名为 gh-pages 的分支,其中只有生成的代码,但是当我尝试访问其中的一个页面时:

http://bigsense.github.io/presentations/scala.html

我得到了 404。我已经多次阅读帮助页面,我似乎遵循了所有正确的命名约定。我错过了什么?

我认为您需要先创建一个组织存储库。 http://bigsense.github.io/ 正常运行后,也可以访问演示文稿。

这里是 documentation:

User & Organization Pages live in a special repository dedicated to GitHub Pages files. You will need to name this repository with the account name, e.g. atmos/atmos.github.io.

You must use the username.github.io naming scheme. Content from the master branch will be used to build and publish your GitHub Pages site. You can only use your own account name for a User or Organization Page repository. A repository like joe/bob.github.io will not build a User Pages site.

When User Pages are built, they are available at http(s)://.github.io.