When Git prompts you for your password, enter your personal access token (PAT) instead. Password-based authentication for Git is deprecated, and using a PAT is more secure. For more information, see "Creating a personal access token."
Anmeldeinformationen über Keychain Access aktualisieren
- Click on the Spotlight icon (magnifying glass) on the right side of the menu bar. Type
Keychain access
then press the Enter key to launch the app. - Suche in Keychain Access nach [hostname].
- Suchen Sie den Eintrag „internet password“ (Internetpasswort) für
[hostname]
. - Bearbeiten oder löschen Sie den Eintrag je nach Änderungssituation.
Anmeldeinformationen über die Befehlszeile löschen
Through the command line, you can use the credential helper directly to erase the keychain entry.
$ git credential-osxkeychain erase
host=hostname
protocol=https
> [Press Return]
Bei erfolgreicher Ausführung des Befehls erhältst Du keine Rückmeldung. To test that it works, try and clone a repository from your GitHub Enterprise Server instance. If you are prompted for a password, the keychain entry was deleted.