$ git clone https://github.com/antirez/redis.git
Cloning into 'redis'...
fatal: unable to access 'https://github.com/antirez/redis.git/': error setting certificate verify locations:
CAfile: C:/Program Files/Git/usr/bin/curl-ca-bundle.crt
CApath: none
报错:
修改:
$ git config --system http.sslverify false
————————————————
版权声明:本文为优快云博主「奋进2019」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.youkuaiyun.com/waterflying2015/article/details/89517266