問題描述
我正在嘗試將我的存儲庫指向自定義域并收到此錯誤:
<塊引用>404 找不到文件
在此地址配置的站點(diǎn)不包含請求的文件.如果這是您的網(wǎng)站,請確保文件名大小寫匹配網(wǎng)址.對于根 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.
這篇關(guān)于為什么我的頁面無法在 Github 上加載?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!