Created
January 6, 2016 01:43
-
-
Save jasonhinkle/87d219fd1ec0764b834c to your computer and use it in GitHub Desktop.
Reset Git Credentials
This file contains 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