简体   繁体   中英

Why can't i find git password in osxkeychain?

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.

It should be there. Look under "login" keychain, category "Passwords". It shows up as an internet password (blue-background @ symbol), name shows the hostname, eg "github.com". The application that manages the passwords is "git-credential-osxkeychain".

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM