我在Windows上使用Git-Bash 1.9.5 . 我试图从 fetch 获取的repo具有格式为'https://user.name@git.corpname.corpdivision/repo1/ ' . I have got the cert from ' https://git.corpname.corpdivision'的URI,并将其放入 curl-ca-bundle.crt as advised . 我已使用 git config http.sslCAInfo C:/Users/user.name/curl-ca-bundle.crt 更新了我的配置,它现在成立:

[http]
    sslCAInfo = C:/Users/user.name/curl-ca-bundle.crt

所以我认为一切都应该是 . 然而,当我运行 git fetch origin 时,我得到了

fatal: unable to access 'https://user.name@git.corpname.corpdivision/repo1/': SSL certificate problem: unable to get local issuer certificate

我错过了一些明显的东西吗谢谢