【发布时间】:2015-01-27 21:42:19
【问题描述】:
我创建了 repo [username].github.io,在 gh-pages 分支中推送了第一个提交,已经等待了 30 分钟(GitHub 说,它不应该超过 10 分钟)并且尝试加载我的 404 页面页。 用不同的浏览器检查,结果都是一样的。
这是我的做法:
$ git clone http://github.com/RedCorbie/RedCorbie.github.io
$ git add index.html
$ git commit -m "Initial commit"
$ git branch gh-pages
$ git push origin gh-pages
有什么问题?
【问题讨论】:
标签: github github-pages