Skip to content

Instantly share code, notes, and snippets.

@jasonhinkle
Created January 6, 2016 01:43
Show Gist options
  • Save jasonhinkle/87d219fd1ec0764b834c to your computer and use it in GitHub Desktop.
Save jasonhinkle/87d219fd1ec0764b834c to your computer and use it in GitHub Desktop.
Reset Git Credentials
# 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