"GitHub" sitemap without authorization?
I have set up the project site GitHub pages using my Enterprise Enterprise account. The page is expected to be public, but it still requires LDAP authentication. Is there a way for this to be truly public?
+3
hoosierEE
source
to share
1 answer
It looks like your GitHub Enterprise is running in "Private Mode", from the admin UI:
Private mode allows users with logins to access any part of your installation. The registration page will be disabled as anonymous clones are above git: //.
To change this, the administrator will need to navigate to:
your.enterprise.github.url / Settings / Options
Uncheck the Private Mode checkbox.
+3
busse
source
to share