0

What I am facing the way worked previously deleting a keychain password from UI is not working anymore, simply it doesn't delete or trigger any error messages. STRANGE !!

Now I want to delete it using terminal. How can i do that?enter image description here

Jashan PJ
  • 4,177
  • 4
  • 27
  • 41

1 Answers1

0

do these commands in terminal :

 git credential-osxkeychain erase ⏎
 host=github.com  ⏎
 protocol=https   ⏎
 ⏎
 ⏎

⏎ this is the return key .

Jashan PJ
  • 4,177
  • 4
  • 27
  • 41