My new Github page isn’t showing up

Rename your repository to <yourusername>.github.io as explained in the documentation. To publish a user site, you must create a repository owned by your user account that’s named <user>.github.io. Edit: You can only use your own account name for a User or Org Pages repository. A repository like joe/bob.github.io will not build Pages.

How to fix HTTP 404 on Github Pages?

Four months ago I have contacted the support and they told me it was a problem on their side, they have temporarily fix it (for the current commit). Today I tried again I deleted the gh-pages branch on githubgit push origin –delete gh-pages I deleted the gh-pages branch on localgit branch -D gh-pages I reinitialized … Read more