Skip to main content

Diese Version von GitHub Enterprise Server wird eingestellt am 2026-03-17. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für bessere Leistung, verbesserte Sicherheit und neue Features aktualisiere auf die neueste Version von GitHub Enterprise Server. Wende dich an den GitHub Enterprise-Support, um Hilfe zum Upgrade zu erhalten.

Sichtbarkeit für die Organisationsmitgliedschaft konfigurieren

Du kannst die Sichtbarkeit für neue Organisationsmitglieder in deinem Unternehmen auf öffentlich oder privat festlegen. Darüber hinaus kannst du Mitglieder daran hindern, die für sie standardmäßig festgelegte Sichtbarkeit zu ändern.

You can also enforce your default setting on all current organization members in your instance using a command-line utility. For example, if you'd like to require every organization member's visibility to be public, you can set the default to public and enforce the default for all new members in the admin settings, and then use the command-line utility to enforce the public setting on existing members.

  1. In the top-right corner of GitHub Enterprise Server, click your profile picture, then click Enterprise settings.
  2. On the left side of the page, in the enterprise account sidebar, click Policies.
  3. Under Policies, click Options.
  4. Under "Default organization membership visibility", select the drop-down menu, and click Private or Public.
  5. Optionally, to prevent members from changing their membership visibility from the default, select Enforce for all enterprise members.
    Screenshot of the "Default organization membership visibility" section. The "Enforce for all enterprise members" checkbox is outlined.
  6. If you'd like to enforce your new visibility setting on all existing members, use the ghe-org-membership-update command-line utility. For more information, see Command-line utilities.