Hinweis: Falls Deine Commits mit einem anderen Benutzer verknüpft sind, bedeutet dies nicht, dass der Benutzer auf Dein Repository zugreifen kann. Ein Benutzer kann nur dann auf Dein Repository zugreifen, wenn Du ihn als Mitarbeiter oder zu einem Team hinzufügst, das über Zugriff auf das Repository verfügt.
Mit einem anderen Benutzer verknüpfte Commits
If your commits are linked to another user, that means the email address in your local Git configuration settings is connected to that user's account on GitHub Enterprise Server. In this case, you can change the email in your local Git configuration settings and add the new email address to your GitHub Enterprise Server account to link future commits to your account.
- To change the email address in your local Git configuration, follow the steps in "Setting your commit email address". Falls Du mehrere Maschinen verwendest, musst Du diese Einstellung auf jeder ändern.
- Add the email address from step 2 to your account settings by following the steps in "Adding an email address to your GitHub account".
Die ab diesem Zeitpunkt von Dior durchgeführten Commits werden mit Deinem Konto verknüpft.
Mit keinem Benutzer verknüpfte Commits
Wenn Deine Commits mit keinem Benutzer verknüpft sind, wird der Name des Commit-Authors nicht als Link zu einem Benutzerprofil dargestellt.
Führe die folgenden Schritte durch, um nach der E-Mail-Adresse zu suchen, die für diese Commits verwendet wurde, und um Commits mit Deinem Konto zu verknüpfen:
- Navigiere zum Commit. Klicke dazu auf den Link für die Commit-Mitteilung.
- Bewege den Mauszeiger rechts neben dem Benutzernamen über das blaue , um die Mitteilung zu lesen, weshalb der Commit nicht verknüpft ist.
- Unrecognized author (with email address) If you see this message with an email address, the address you used to author the commit is not connected to your account on GitHub Enterprise Server. To link your commits, add the email address to your GitHub email settings. If the email address has a Gravatar associated with it, the Gravatar will be displayed next to the commit, rather than the default gray Octocat.
- Unrecognized author (no email address) If you see this message without an email address, you used a generic email address that can't be connected to your account on GitHub Enterprise Server. You will need to set your commit email address in Git, then add the new address to your GitHub email settings to link your future commits. Old commits will not be linked.
- Invalid email The email address in your local Git configuration settings is either blank or not formatted as an email address. You will need to set your commit email address in Git, then add the new address to your GitHub email settings to link your future commits. Old commits will not be linked.
Falls in Deinen lokalen Git-Konfiguration eine generische E-Mail-Adresse oder eine E-Mail-Adresse enthalten war, die bereits an das Konto eines anderen Benutzers angehängt war, werden Deine vorherigen Commits nicht mit Deinem Konto verknüpft. Obwohl Git ermöglicht, dass Du die für vorherige Commits verwendete E-Mail-Adresse ändern kannst, wird dringend davon abgeraten, insbesondere bei einem gemeinsamen Repository.