Setting up organizaiton profile read.me #200929
Replies: 5 comments 5 replies
|
The setup depends on whether you're using GitHub Enterprise Cloud or GitHub Enterprise Server. For supported versions, the organization profile README should be configured like this:
If you've already done this and it still isn't working, could you clarify:
Some older GitHub Enterprise Server releases do not support organization profile READMEs, so the server version is an important detail. |
|
The most common reason your organization profile README isn't showing up is likely a mismatch in repository visibility or an incorrect folder structure. 1. Match the Repository Visibility ExactlyGitHub will completely ignore the profile folder if the repository visibility does not match the repository type: [1, 3]
Note: If you are using GitHub Enterprise with Enterprise Managed Users (EMUs), public organization profiles are natively disabled by GitHub. In an EMU setup, you must use the private .github-private method. [4, 6, 7] 2. Verify Your File Path & CasingLinux-based systems (like GitHub's servers) are strictly case-sensitive. If your file is named readme.md or Readme.MD, it may fail to render. [3, 8]
Your final repository structure must look exactly like this: your-organization/ 3. Clear Your Cache and Check the ViewOnce the repo visibility is correct and the file is committed to the main/master branch, head over to your organization's main page (https://github.com). [1]
|
|
If you're using GitHub Enterprise, whether the organization profile README works depends on the type of Enterprise you're using. The organization profile README should be created in a repository named A few things to check:
The If you've confirmed all of the above and it still doesn't appear, could you clarify:
That information will help determine whether the feature is supported in your environment. |
|
The setup depends on whether you're using GitHub Enterprise Cloud or GitHub Enterprise Server. For supported versions, the organization profile README should be configured like this: Create a repository named .github under your organization. Are you using GitHub Enterprise Cloud or GitHub Enterprise Server? or The organization profile README should be created in a repository named .github within your organization, with the file located at: .github/profile/README.md The repository must be named exactly .github. If you've confirmed all of the above and it still doesn't appear, could you clarify: Are you using GitHub Enterprise Cloud or GitHub Enterprise Server (self-hosted)? |
Public README → repo must be named exactly .github (not .github-private) If you're testing the public one, .github-private/profile/README.md won't work at all — that path is only for the member-only view. .github repo must be public for the README to show on the public Overview tab.
|
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
I wanted to setup organization profile readme for my organization in github enterprise. I have tried .github/profile/readme.md and also .github-private/profile/readme.md but no luck. Can someone help ?
All reactions