git pull error

error setting certificate verify locations: CAfile: D:\Program Files\Git\mingw64/bin/curl-ca-bundle.crt
CApath: none

way1:

git config --system http.sslcainfo "C:\Program Files (x86)\git\bin\curl-ca-bundle.crt"

way2:

git config --system http.sslverify false

 

posted @ 2016-08-13 10:14  DuangDang  阅读(188)  评论(0编辑  收藏  举报