我运行$ bundle安装,并出现以下消息。我不得不说rubygems(点)org,而不是链接,因为不超过2个链接规则,为10岁以下的人。
更新git://github.com/legiar/spree_bootstrap.git 从https://rubygems.org/.^Csungmoon@new-host-2:~/rails_project/cart$ >bundle安装中获取gem元数据 更新git://github.com/legiar/spree_bootstrap.git 获取宝石元数据从rubygems(点)org/. 从rubygems(dot)org/. 解决依赖..。 无法在>git://github.com/master/spree_>=_bootstrap.git(在母版)中找到gem‘>= 0) ruby’。源不包含“spree_boostrap (>= 0) ruby”的任何版本
我的宝石档案是这样的。
源'https://rubygems.org‘gem 'rails',’4.0‘ 宝石'sqlite3‘ 宝石‘狂欢’,github:‘狂欢/狂欢’ 宝石'spree_auth_devise',github:'spree/spree_auth_devise‘ 宝石'spree_core‘ gem 'spree_backend‘gem 'spree_paypal_express',:git => => git => 'git://github.com/legiar/spree_bootstrap.git‘ gem 'sass-rails','~> 4.0‘ 宝石‘丑陋’,'>= 1.3.0‘ 创业板“咖啡-导轨”,“~>4.0”
感谢您的阅读。
发布于 2013-08-30 01:42:41
不是"spree_boostrap“,而是"spree_bootstrap”(你少了一个"t")
发布于 2021-08-10 11:14:31
使用Gemfile
中的下面一行安装spree bootstrap
创业板
gem 'spree_bootstrap', github: 'jdutil/spree_bootstrap'
https://stackoverflow.com/questions/18523500
复制相似问题