解决:error setting git clone时出现unable to access 'https://github.com/inkfish1/ny_toutiao.git/': error setting certificate verify locations: CAfile: D:/git/Git/mingw64/ssl/certs/ca-bundle.crt CApath: none
解决方法:到 Git 目录下的 Git\mingw64\etc\gitconfig 文件,编辑该文件,将 sslCAInfo 的地址设置为正确的地址(我的是 C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt )
本文解决了一个常见的Git证书验证错误,即在使用Git克隆仓库时出现的证书路径配置不正确的问题。通过修改Git配置文件中的sslCAInfo路径,可以有效地解决这一问题。

被折叠的 条评论
为什么被折叠?



