jekyll安装
2017-12-10 本文已影响59人
这是我用来记录技术的一个博客
安装命令
gem install jekyll
报错
ERROR: Could not find a valid gem 'jekyll' (>= 0), here is why:
Unable to download data from
[https://rubygems.org/](https://rubygems.org/)
- SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (
[https://api.rubygems.org/latest_specs.4.8.gz](https://api.rubygems.org/latest_specs.4.8.gz)
)
解决方法:
$ gem sources --remove
$ gem sources -a
$ gem install jekyll
就ok了