497
个编辑
更改
→Bundle install 报错的处理
#* gem install nokogiri -v 'xxxxxxxx'
#* 再次运行 :sudo bundle
# 出现gemrile sources问题:fetching gem metadata from https://rubygems.org,可以用 Bundler的Gem源代码镜像命令,这样不用改 Gemfile 的 source。
#* ''Gemfile 的 source''
#* ''source 'https://rubygems.org/'''
#* ''gem 'rails', '4.1.0'''
#* & bundle config mirror.https://rubygems.org https://ruby.taobao.org
=使用use_redmine安装plugins(基于bundle)=