
git pullしたら「Bad configuration option usekeychain」というエラーが表示された件
MacBook Airで「git pull」を実行すると以下のようなエラーが表示された。 /Users/sora/.ssh/config: line 8: Bad configuration option: usekeychain /Users/sora/.ssh/config: terminating, 1 bad configuration options fatal: Could not read from remote repository. gitのエラーではなくgitが内部で使っているsshのエラーだと思われる。 macOSのsshはキーチェーンを使ってパスフレーズを管理することができる便利なオプション「UseKeychain」をサポートしており、これまで特に問題なく使えていたので不思議に思った。 ...