Skip to content

Commit

Permalink
Update managing-multiple-accounts.md (github#34098)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
Co-authored-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 6, 2024
1 parent a0d4ffe commit e7af637
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@ Alternatively, if you want to use the HTTPS protocol for both accounts, you can
{% data reusables.git.confirm-credential-manager %}
{% data reusables.git.clear-the-stored-credentials %}
{% data reusables.git.no-credential-manager %}
* If the output is `osxkeychain`, you're using the macOS keychain. To clear the credentials, enter the following command.

```shell copy
git credential-osxkeychain erase https://github.com
* If the output is `osxkeychain`, you're using the macOS keychain. To clear the credentials, you can use the credential helper on the command line:

```shell
$ git credential-osxkeychain erase
host={% data variables.product.product_url %}
protocol=https
> [Press Return]
>
```

{% data reusables.git.clear-stored-gcm-credentials %}
Expand Down

0 comments on commit e7af637

Please sign in to comment.