Über Änderungen der Repository-Sichtbarkeit
Organisationsinhaber können die Möglichkeit, die Sichtbarkeit des Repositorys zu ändern, auf Organisationsinhaber einschränken. For more information, see "Restricting repository visibility changes in your organization."
We recommend reviewing the following caveats before you change the visibility of a repository.
Warning: Changes to the visibility of a large repository or repository network may affect data integrity. Visibility changes can also have unintended effects on forks. GitHub recommends the following before changing the visibility of a repository network.
-
Wait for a period of reduced activity on your GitHub Enterprise Server instance.
-
Contact your site administrator before proceeding. Your site administrator can contact GitHub Enterprise-Support oder GitHub Premium-Support for further guidance.
Repository als privat festlegen
- GitHub Enterprise Server will detach public forks of the public repository and put them into a new network. Public forks are not made private.
- If you change a repository's visibility from internal to private, GitHub will remove forks that belong to any user without access to the newly private repository. The visibility of any forks will also change to private. For more information, see "What happens to forks when a repository is deleted or changes visibility?"
- Any published GitHub Pages site will be automatically unpublished.
- Anonymous Git read access is no longer available. For more information, see "Enabling anonymous Git read access for a repository."
Repository als intern festlegen
Note: Internal repositories are available with GitHub Enterprise Cloud and GitHub Enterprise Server 2.20+. Weiter Informationen findest Du unter „GitHub Produkte."
- Any forks of the repository will remain in the repository network, and GitHub Enterprise Server maintains the relationship between the root repository and the fork. For more information, see "What happens to forks when a repository is deleted or changes visibility?"
Repository als öffentlich festlegen
- GitHub Enterprise Server will detach private forks and turn them into a standalone private repository. For more information, see "What happens to forks when a repository is deleted or changes visibility?"
Repository als privat festlegen
- Navigiere in GitHub Enterprise Server zur Hauptseite des Repository.
- Klicke unter Deinem Repository-Namen auf Settings (Einstellungen).
- Klicke unter „Danger Zone“ (Gefahrenzone) neben „Make this repository private“ (Dieses Repository privat machen) auf Make private (Privat machen).
- Lies die Warnungen zu diesem Vorgang.
- Gib den Namen des Repositorys ein, das Du privat machen möchtest, zum Beispiel
accountname/reponame
. - Klicke auf I understand, make this repository private (Ich habe verstanden und möchte das Repository privat machen).
Repository als öffentlich festlegen
- Navigiere in GitHub Enterprise Server zur Hauptseite des Repository.
- Klicke unter Deinem Repository-Namen auf Settings (Einstellungen).
- Klicke unter „Danger Zone“ (Gefahrenzone) neben „Make this repository public“ (Dieses Repository öffentlich machen) auf Make public (Öffentlich machen).
- Lies die Warnungen zu diesem Vorgang.
- Gib den Namen des Repositorys ein, das Du öffentlich machen möchtest, zum Beispiel
accountname/reponame
. - Klicke auf I understand, make this repository public (Ich habe verstanden und möchte das Repository öffentlich machen).
Repository als intern festlegen
- Navigiere in GitHub Enterprise Server zur Hauptseite des Repository.
- Klicke unter Deinem Repository-Namen auf Settings (Einstellungen).
- Klicke unter „Danger Zone“ (Gefahrenzone) neben „Make this repository internal“ (Dieses Repository intern machen) auf Make internal (Intern machen).
- Lesen Sie die Warnungen zu diesem Vorgang.
- Geben Sie den Namen des Repositorys ein, das Sie intern machen möchten, zum Beispiel
accountname/reponame
. - Klicke auf I understand, make this repository internal (Ich habe verstanden und möchte das Repository intern machen).