准备在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

相关文章:

  • 2021-05-26
  • 2021-09-30
  • 2022-01-02
  • 2021-10-24
  • 2021-09-21
  • 2021-06-13
  • 2021-06-05
  • 2021-07-18
猜你喜欢
  • 2021-04-17
  • 2021-11-22
  • 2021-12-03
  • 2021-11-16
  • 2021-12-02
  • 2021-11-10
  • 2021-06-08
相关资源
相似解决方案