Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update updating-credentials-from-the-macos-keychain.md #7957

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shortTitle: macOS Keychain credentials
![Spotlight Search bar](/assets/images/help/setup/keychain-access.png)
2. In Keychain Access, search for **{% data variables.command_line.backticks %}**.
3. Find the "internet password" entry for `{% data variables.command_line.backticks %}`.
4. Edit or delete the entry accordingly.
4. Edit or delete the entry accordingly (In case of edit, replace the existing password with the generated token).

## Deleting your credentials via the command line

Expand All @@ -34,7 +34,7 @@ protocol=https
> <em>[Press Return]</em>
```

If it's successful, nothing will print out. To test that it works, try and clone a private repository from {% data variables.product.product_location %}. If you are prompted for a password, the keychain entry was deleted.
If it's successful, nothing will print out. To test that it works, try and clone or push to a private repository from {% data variables.product.product_location %}. If you are prompted for a password, the keychain entry was deleted.

## Further reading

Expand Down