I have two GitHub accounts on the same Mac. And have credential-osxkeychain installed. It works fine with my first GitHub account. But, how can I add the second account into the keychain access? If it is not possible, how can I 'logout' my first account?
P.S. I can't use SSH key on my network.
P.S. I have already set git config user.name
& git config user.email
at the second repo. Error 403 show up when I git push
. Github didn't ask me for the password of the second account. I think git is pushing the repo with the wrong account & password.