Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My new Github page isn't showing up

So I'm following this guide here to create a Github page

I created a repository, cloned it to my project directory and pushed, finally got to this last step:

Fire up a browser and go to http://username.github.io. Give it a couple of minutes for your page to show up—there will be a delay this very first time. In the future, changes will show up pretty much instantly. 

My Github repo link is this: https://github.com/leongaban/gabanco

So I assumed my Github page link would be either:
http://leongaban.gabanco.github.io/

or

http://leongaban.github.io/

However neither link is working at the moment :(

Anyone create a Github page before? Eventually I want to try out Jekyll on it.

like image 303
Leon Gaban Avatar asked Jan 03 '14 02:01

Leon Gaban


People also ask

How long does it take for GitHub Pages to show up?

Note: It can take up to 10 minutes for changes to your site to publish after you push the changes to GitHub. If you don't see your GitHub Pages site changes reflected in your browser after an hour, see "About Jekyll build errors for GitHub Pages sites."

Why is my GitHub not working?

If you're having trouble connecting to GitHub, you can troubleshoot your connection, then use the GitHub Debug tool to diagnose problems. Most often, connection problems occur because a firewall, proxy server, corporate network, or other network is configured in a way that blocks GitHub.


1 Answers

I'm not sure if the site just needed some time to show up, but I was getting a 404 error after pushing my master branch... Then I changed my 'theme' in the repo's settings. All of a sudden it started working! A file called config.yml appeared with the theme metadata.

like image 166
Logan Avatar answered Sep 21 '22 18:09

Logan