I'm trying to set up multiple account credential management for github using these instructions and ran into a problem... Git continues to use my GitHub credentials even when I set up the user.name
and user.email
properties in the repo to match the work-related SSH key configuration I set up. No matter what I do, it keeps using my personal GitHub account as I see a request to push to the work repo denied to my personal account.
I've tried these steps to remove any credentials that might have been stored in the macOS keystore. It's behaving like it's completely ignoring the SSH configuration. Any idea how to fix this?