赞
踩
git黑窗口报错“error setting certificate verify locations”,意思就是证书位置设置错误。
- fatal: unable to access 'https://github.com/goSilver/daydayup.git/': error setting certificate verify locations:
- CAfile: D:/dev/Git/mingw64/ssl/certs/ca-bundle.crt
- CApath: none
git的配置文件里的路径和实际的路径不一致了,故报错证书位置设置错误。
git config --system http.sslcainfo "D:\_dev\Git\mingw64\ssl\certs\ca-bundle.crt"
git config --system http.sslverify false
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。