Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
1.8 KiB
1.8 KiB
title, intro, redirect_from, versions
| title | intro | redirect_from | versions | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Updating credentials from the macOS Keychain | You'll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your username, password, or personal access token on {{ site.data.variables.product.product_name }}. |
|
|
{{ site.data.reusables.user_settings.password-authentication-deprecation }}
Updating your credentials via Keychain Access
- Click on the Spotlight icon (magnifying glass) on the right side of the menu bar. Type
Keychain accessthen press the Enter key to launch the app.
- In Keychain Access, search for {{ site.data.variables.command_line.backticks }}.
- Find the "internet password" entry for
{{ site.data.variables.command_line.backticks }}.
- Edit or delete the entry accordingly.
Deleting your credentials via the command line
Through the command line, you can use the credential helper directly to erase the keychain entry.
To do this, type the following command:
$ git credential-osxkeychain erase
host={{ site.data.variables.command_line.codeblock }}
protocol=https
> <em>[Press Return]</em>
If it's successful, nothing will print out. To test that it works, try and clone a repository from {{ site.data.variables.product.product_location }}. If you are prompted for a password, the keychain entry was deleted.