git clone时出现error setting certificate verify locations
原因:修改过git的位置,原先路径中有中文,后来改成英文了解决方法:打开git bash 输入$ git config --system http.sslcainfo "D:\soft\Git\mingw64\ssl\certs\ca-bundle.crt"其中,双括号中的内容对应自己的ca-bundle.crt 路径...
原创
2020-07-09 14:18:58 ·
270 阅读 ·
0 评论