-
-
Save chriskalmar/d5b0d81692b6a27f872f8a82021c458e to your computer and use it in GitHub Desktop.
Reset Git Credentials
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clear old credentials | |
git credential-osxkeychain erase | |
host=github.com | |
protocol=https | |
<enter> | |
# view existing credentials | |
git credential-osxkeychain get | |
host=github.com | |
<enter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment