我创建了repo [用户名] .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
Run Code Online (Sandbox Code Playgroud)
有什么问题?