Reputation: 69
I set git config --local credential.helper osxkeychain
which works fine.
I tried pull and git don't ask my name and password as i expect.
But when i check my osxkeychain, search git or github or gitlab etc. Nothing i can found, this is weried, shouldn't the password suppose to be stored here?
Hope someone can answer me.
Upvotes: 3
Views: 4196
Reputation: 1205
It should be there. Look under "login" keychain, category "Passwords". It shows up as an internet password (blue-background @ symbol), name shows the hostname, e.g. "github.com". The application that manages the passwords is "git-credential-osxkeychain".
Upvotes: 1