Github页面没有显示我的index.html文件

Jig*_*esh 6 web-hosting github github-pages

我是新来的github的网页,所以我用一个简单的index.html做了如下回购 https://github.com/jigneshjain25/jignesh.github.com/blob/gh-pages/index.html

但是http://jignesh.github.com/只显示"Hello World".为什么不使用我的index.html文件?

Phi*_*use 7

您不是要发布到主分支,而是发布gh-pages分支,但您正在尝试部署用户页面.它也需要http://jigneshjain25.github.com,因为那是你的用户名.

https://help.github.com/articles/user-organization-and-project-pages

控制Hello World的帐户已正确设置,此处:

https://github.com/jignesh/jignesh.github.com/blob/master/index.html

  • 请注意,现在您应该使用*username*.github.io而不是*username*.github.com (4认同)
  • 我正在访问其他人的github页面并认为它是我的,并且"Hello World"是默认的,大声笑. (2认同)