Diese Version von GitHub Enterprise wurde eingestellt am 2021-06-09. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für eine bessere Leistung, verbesserte Sicherheit und neue Features nimm ein Upgrade auf die neueste Version von GitHub Enterprise vor. Wende Dich an den GitHub Enterprise-Support, um Hilfe beim Upgrade zu erhalten.

Berechtigungsebenen für ein Repository eines Benutzerkontos

A repository owned by a user account has two permission levels: the repository owner and collaborators.

About permissions levels for a user account repository

Repositories owned by user accounts have one owner. Ownership permissions can't be shared with another user account.

You can also add users on GitHub Enterprise Server to your repository as collaborators. For more information, see "Inviting collaborators to a personal repository."

Tip: If you require more granular access to a repository owned by your user account, consider transferring the repository to an organization. Weitere Informationen finden Sie unter „Ein Repository übertragen“.

Owner access for a repository owned by a user account

Der Repository-Inhaber besitzt die vollständige Kontrolle über das Repository. In addition to the actions that any collaborator can perform, the repository owner can perform the following actions.

AktionWeitere Informationen
Add collaborators
Mitarbeiter in ein persönliches Repository einladen
Change the visibility of the repository"Setting repository visibility"
Einen Pull Request auf einem geschützten Branch zusammenführen, selbst ohne genehmigende ReviewsInformationen zu geschützten Branches
Das Repository löschenRepository löschen
Manage the repository's topics"Classifying your repository with topics"
Customize the repository's social media preview"Customizing your repository's social media preview"
Create a template from the repository"Creating a template repository"
Receive
security alerts for vulnerable dependencies"About alerts for vulnerable dependencies"
Codeinhaber für das Repository definierenInformationen zu Codeinhabern
Archive the repository"About archiving repositories"

Collaborator access for a repository owned by a user account

Collaborators on a personal repository can pull (read) the contents of the repository and push (write) changes to the repository.

Hinweis: In einem privaten Repository können Repository-Inhaber Mitarbeitern nur Schreibzugriff gewähren. Mitarbeiter können nicht Nur-Lese-Zugriff auf Repositorys haben, die einem Benutzerkonto gehören.

Collaborators can also perform the following actions.

AktionWeitere Informationen
Fork the repository"About forks"
Create, edit, and delete comments on commits, pull requests, and issues in the repository
Create, assign, close, and re-open issues in the repository"Managing your work with issues"
Manage labels for issues and pull requests in the repository"Labeling issues and pull requests"
Manage milestones for issues and pull requests in the repositoryMeilensteine für Issues und Pull Requests erstellen und bearbeiten
Mark an issue or pull request in the repository as a duplicate"About duplicate issues and pull requests"
Create, merge, and close pull requests in the repository"Proposing changes to your work with pull requests"
Apply suggested changes to pull requests in the repository"Incorporating feedback in your pull request"
Create a pull request from a fork of the repositoryEinen Pull Request von einem Fork erstellen
Submit a review on a pull request that affects the mergeability of the pull requestVorgeschlagene Änderungen in einem Pull Request überprüfen"
Create and edit a wiki for the repositoryInformationen zu Wikis
Create and edit releases for the repository"Managing releases in a repository"
Act as a code owner for the repository"About code owners"
sich selbst als Mitarbeiter aus dem Repository entfernenDich selbst aus dem Repository eines Mitarbeiters entfernen

Weiterführende Informationen