You have to fix the path to bin/curl-ca-bundle.crt. I had to specify the absolute path, using back-slashes: git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"``
or — not really recommended — you may choose to switch off SSL checks completely by executing:git config —system http.sslverify false`
Gitalk 加载中 ...