我是新来的。这是我的repro https://github.com/VishalChothani/vishalchothani.github.io的链接
我把我的复制名从project改为vishalchothani.github.io
以前我做https://vishalchothani.github.io/project的时候,它工作得很好,但现在https://vishalchothani.github.io给了我404。我不知道我做错了什么,有人能帮我解决这个问题吗?谢谢
错误: 404找不到页面
发布于 2019-08-13 14:34:03
看看github.io documentation,它看起来像是你需要在主分支上推送你构建的代码。
git add --all
git commit -m "Initial commit"
git push -u origin master在您的存储库中,index.html位于gh-pages分支上。
您可以浏览现有的工作存储库,以便与您的进行比较:https://github.com/search?q=github.io
https://stackoverflow.com/questions/57471826
复制相似问题