Why isn#39;t my page loading up on Github?(为什么我的页面无法在 Github 上加载?)
问题描述
我正在尝试将我的存储库指向自定义域并收到此错误:
<块引用>404 找不到文件
在此地址配置的站点不包含请求的文件.如果这是您的网站,请确保文件名大小写匹配网址.对于根 URL(如
I am trying to point my repo to a custom domain and receiving this error:
404 File not found
The site configured at this address does not contain the requested file. If this is your site, make sure that the filename case matches the URL. For root URLs (like http://example.com/) you must provide an index.html file.
Here is my repo: https://github.com/rohithpalagiri/rohithpalagiri.github.io
Here is the custom url: rohithpalagiri.com
I looked at my namecheap setting and it was set up correctly. Does anyone know if it's something in my code that's causing the issue?
It currently takes the master
branch.
Go in the repo settings and choose the gh-pages
branch. Then click Save.
这篇关于为什么我的页面无法在 Github 上加载?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么我的页面无法在 Github 上加载?


基础教程推荐
- Chart.js 在线性图表上拖动点 2022-01-01
- 我可以在浏览器中与Babel一起使用ES模块,而不捆绑我的代码吗? 2022-01-01
- Vue 3 – <过渡>渲染不能动画的非元素根节点 2022-01-01
- 自定义 XMLHttpRequest.prototype.open 2022-01-01
- html表格如何通过更改悬停边框来突出显示列? 2022-01-01
- Electron 将 Node.js 和 Chromium 上下文结合起来意味着 2022-01-01
- 如何使用JIT在顺风css中使用布局变体? 2022-01-01
- 如何使用TypeScrip将固定承诺数组中的项设置为可选 2022-01-01
- 直接将值设置为滑块 2022-01-01
- 用于 Twitter 小部件宽度的 HTML/CSS 2022-01-01