Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enterprise GitHub "pages" without login?

I set up a GitHub pages project site using my organization's Enterprise account. The page is supposed to be public, but it still requires LDAP authentication. Is there a way to have it be really public?

like image 233
Alex Shroyer Avatar asked Sep 08 '14 16:09

Alex Shroyer


1 Answers

It sounds like your GitHub Enterprise is running in "Private Mode", from the admin UI:

Private mode only allows users with accounts to access any part of your installation. The sign-up page will be disabled, as will anonymous clones over git://.

To change this an admin user would need to navigate to:

your.enterprise.github.url/setup/settings

And uncheck the "Private Mode" checkbox.

like image 137
busse Avatar answered Dec 26 '22 01:12

busse