我已经在R Studio中创建了一个个人网站,并将其提交给了Github。
它根本没有加载,也无法弄清为什么它不起作用。
到我的github存储库的链接是https://github.com/CPRyan/CPRyan.github.io
很抱歉,我无法提供更多详细信息,但是我真的没有任何起点。
更新:
更新2: https://cpryan.github.io 不有效,但是https://cpryan.github.io/index 有效!
不确定是否有帮助。
答案 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
);