suchen

Heim  >  Fragen und Antworten  >  Hauptteil

git - 替自己回答error CAfile: ssl/certs/ca-bundle.crt CApath: none

    fatal : unable to access 'https://***/': error ****** 
    CAfile: *****/Git/minw64/ssl/certs/ca-bundle.crt
    CApath: none



巴扎黑巴扎黑2770 Tage vor1101

Antworte allen(2)Ich werde antworten

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-02 09:27:55

    今天我也碰到了这个问题,试了你的解决方法不行,原因是除了这个config文件之外,还有另外的配置文件覆盖了这个config文件,令人抓狂的是,卸载重新安装git也不能解决问题。
    其实使用命令 git config -l可以列出当前所有的配置,查看是否有配置sslCAInfo项配置错误,然后修改就行了。
    修改这个文件就好了,C:Usersusername.gitconfig

    Antwort
    0
  • 巴扎黑

    巴扎黑2017-05-02 09:27:55

    今天刚好遇到这个问题,把我的解决方法贴在这里,供需要的人参考吧

    $ git config --system http.sslcainfo "**D:\Git\mingw64\ssl\certs\ca-bundle.crt**" 

    将加粗部分替换为正确的配置路径即可

    Antwort
    0
  • StornierenAntwort