相关疑难解决方法(0)

为什么[用户名] .github.io上的GitHub页面不显示?

我创建了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)

有什么问题?

github github-pages

2
推荐指数
1
解决办法
1948
查看次数

标签 统计

github ×1

github-pages ×1