[Solve problem] CAfile: /etc/pki

2016-05-13  本文已影响0人  flyingsoul

When I use curl to install meteor,

Downloading Meteor distribution
curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none

The solution is :
create .curlrc and type in

capath=/etc/ssl/certs/
cacert=/etc/ssl/certs/ca-certificates.crt```
上一篇 下一篇

猜你喜欢

热点阅读