Skip to main content
added 198 characters in body
Source Link
worlock
  • 111
  • 3

This worked for me : Deleting your credentials via the command line

$ git credential-osxkeychain erase
host=github.com
protocol=https
> [Press Return]

If it's successful, nothing will print out. To test that it works, try and clone a private repository from GitHub.com. If you are prompted for a password, the keychain entry was deleted.

This worked for me : Deleting your credentials via the command line

$ git credential-osxkeychain erase
host=github.com
protocol=https
> [Press Return]

This worked for me : Deleting your credentials via the command line

$ git credential-osxkeychain erase
host=github.com
protocol=https
> [Press Return]

If it's successful, nothing will print out. To test that it works, try and clone a private repository from GitHub.com. If you are prompted for a password, the keychain entry was deleted.

Source Link
worlock
  • 111
  • 3

This worked for me : Deleting your credentials via the command line

$ git credential-osxkeychain erase
host=github.com
protocol=https
> [Press Return]