升级到 macOS 10.12 Sierra 后,我无法与我的加密 SSL git 服务器同步。通过 Safari 访问服务器时,证书仍然可以正常工作。
尝试推送到服务器时收到此消息:
fatal: unable to access 'https://....': SSL: Can't find the certificate "...." and its private key in the Keychain.
证书在钥匙串中,名称是正确的(它在更新之前有效),但不知何故我无法访问它。
我的 ~/.gitconfig 文件仍然包含以下内容:
[http "https://...."]
sslCert = ....
[credential]
helper = osxkeychain
到目前为止,还有其他人遇到过这个问题吗?