Github网页-找不到错误404页面

时间:2018-07-24 22:52:01

标签: github http-status-code-404 github-pages

我已经在R Studio中创建了一个个人网站,并将其提交给了Github。

它根本没有加载,也无法弄清为什么它不起作用。

github_404_error

到我的github存储库的链接是https://github.com/CPRyan/CPRyan.github.io

很抱歉,我无法提供更多详细信息,但是我真的没有任何起点。

更新:

不是因为我没有配置选项: github-pages_green_check

更新2: https://cpryan.github.io 有效,但是https://cpryan.github.io/index 有效

不确定是否有帮助。

3 个答案:

答案 0 :(得分:0)

仅提交Github是不够的。您需要配置Github Pages来发布您的网站。 参见this link。 另外,Index.html应该是index.html(不大写)

答案 1 :(得分:0)

I managed to solve this through trial and error.

I'm learning, so my process for creating my repository on github and on my local directory was messy. I still lack the knowledge to explain what the issue was, but here is what solved it.

I pulled from the github repository, merged, and then pushed the whole thing back online with commit and push. I guess this merged the two, "solved the deltas", and integrated it into a functioning set of files. Apologies for the terrible explanation but now it works!

Thanks to @Kevin Kang for pointing me in the right direction.

答案 2 :(得分:0)

对我而言,这很有帮助:

HGDIOBJ SelectObject(
  HDC     hdc,
  HGDIOBJ h
);