解决: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 )