热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

jekyll本地环境搭建(Windows)geminstalljekyll

在本地搭建jekyll环境安装了ruby

在本地搭建 jekyll 环境

安装了 ruby



1
2
$ ruby -v

ruby 2.2.3p173 (2015-08-18 revision 51636) [x64-mingw32]


在更新的时候报错 已经翻墙了

1
2
3
$ gem update --system

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

Errno::ECONNABORTED: An established connection was aborted by the software in your host machine. - SSL_connect (https://api.rubygems.org/specs.4.8.gz)


安装 jekyll

1
2
3
$ gem install jekyll

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

Errno::ECONNABORTED: An established connection was aborted by the software in your host machine. - SSL_connect (https://api.rubygems.org/quick/Marshal.4.8/jekyll-2.5.3.gemspec.rz)

有大神可以指导一下 问题吗 ?


   



推荐阅读
author-avatar
闻雪儿1116_414
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有