github上copy而来
地址:https://github.com/gollum/gollum/wiki/Installation
1.brew install icu4c
2.gem install charlock_holmes -- --with-icu-dir=/usr/local/opt/icu4c
3.gem install gollum
在安装过程中会出现如下的错误:
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
其原因是ruby 的gem被和谐了,现在淘宝的ruby工程师架设了rubygems的国内镜像。使用方法如下:(可以参考原文:http://www.haorooms.com/post/gem_not_use)
$ gem sources --remove https://rubygems.org/ $ gem sources -a https://ruby.taobao.org/ $ gem sources -l *** CURRENT SOURCES ***
https://ruby.taobao.org
然后在运行 gem 命令就可以了!
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于