HubPress / hubpress.io

A web application to build your blog on GitHub
MIT License
2.81k stars 2.63k forks source link

Unable to login on Chrome - error 401 #476

Closed javathought closed 7 years ago

javathought commented 7 years ago

Error 401 Unauthorized on request https://api.github.com/repos//javathought.github.io?

hubpress version : release 0.6.0

javathought commented 7 years ago

The issue was with chrome. My login to others sites were broken too.

Removed my chrome profile and then recreated it.

anthonny commented 7 years ago

ok but you repo is not in 0.6.0, it is in 0.3.0 https://github.com/javathought/javathought.github.io/blob/master/hubpress/index.html#L30

javathought commented 7 years ago

I pulled directly on gh-pages : https://github.com/javathought/javathought.github.io/blob/gh-pages/hubpress/index.html#L47

bad method ?

anthonny commented 7 years ago

you must upgrade the master, not the gh-pages ;)

anthonny commented 7 years ago

And it's strange, it seems that the branch gh-pages is now the default branch of your repo. You must set the master as default branch

javathought commented 7 years ago

ok, some confusion with config of pages of another repo. I didn't rebase this one for a while and mixed usages.