blog.euxn.me

Mac OS の git で https で keychain を使わないようにする

2019-02-06 Wed.

Mac OS 標準の git を使用していなくても、Xcode 以下に存在する gitconfig が読まれています

1$ git config credential.helper
2osxkeychain
3
4$ git config --show-origin --get credential.helper
5file:/Applications/Xcode.app/Contents/Developer/usr/share/git-core/gitconfig osxkeychain
6

こちらがすでにない場合は、 /usr/local/etc/gitconfig/usr/local/git/etc/gitconfig 等に記述があるかもしれません

これを消すと osxkeychain がなくなります