码迷,mamicode.com
首页 > 其他好文 > 详细

使用gem安装jekyll错误记录

时间:2015-08-13 21:51:27      阅读:1246      评论:0      收藏:0      [点我收藏+]

标签:

准备在windows7上安装Jekyll,

安装好了Ruby和RubyDevKit之后,准备使用:

$ gem install jekyll

安装jekyll,但是返回错误:

ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)

  Errno::ECONNRESET: An existing connection was forcibly closed by the remote host. - SSL_connect

 

解决:

更新了ruby的源,

按照:https://ruby.taobao.org/的方法。

$ gem sources --remove https://rubygems.org/

$ gem sources -a https://ruby.taobao.org/

 

参考:http://blog.csdn.net/yanglishuan/article/details/47087145

使用gem安装jekyll错误记录

标签:

原文地址:http://www.cnblogs.com/niceforbear/p/4728301.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!