Why GitHub pages on [username].github.io won't show?
I created repo [username].github.io, pushed first commit in gh-pages branch, have been waiting for 30 mins (GitHub says, it shouldn't take more than 10) and got 404 page trying to load my page. Checked out with different browsers, results are the same. Here's the way how I've done it: $ git clone http://github.com/RedCorbie/RedCorbie.github.io $ git add index.html $ git commit -m "Initial commit" $ git branch gh-pages $ git push origin gh-pages What's the problem? The documentation mentions : If you generated a User Pages site, the code lives in the master branch instead of the gh-pages branch