2013-08-30 130 views
0

我运行$ bundle install并出现以下消息。我必须说rubygems(dot)org,而不是链接,因为10人以下的人不超过2个链接规则。Bundle安装无法找到宝石

更新的git:从https://rubygems.org/ //github.com/legiar/spree_bootstrap.git
撷取宝石元^ Csungmoon @新主机-2:〜/ rails_project /车$>捆绑安装
更新混帐:从RubyGems的(点)//github.com/legiar/spree_bootstrap.git
撷取宝石元数据组织/ .......
撷取来自RubyGems的(点)宝石元数据组织/ ..
解决依赖性。 ..
在git://github.com/legiar/spree_bootstrap.g中找不到gem'spree_boostrap(> = 0)ruby'它(在主人)。 来源不包含任何版本的'spree_boostrap(> = 0)ruby'

我的gemfile看起来像这样。

源 'https://rubygems.org' 宝石 '轨道', '4.0.0'

宝石 'sqlite3的'
宝石 '狂欢',github上: '热潮/热潮'
宝石 'spree_auth_devise', github上: '热潮/ spree_auth_devise'
宝石 'spree_core'
宝石 'spree_backend'

宝石 'spree_paypal_express',:GIT中=>“GIT中://github.com/s打包机/ spree_paypal_express.git”
宝石 'spree_boostrap',:GIT中=> 'GIT中://github.com/legiar/spree_bootstrap.git'

宝石 'SASS-轨道', '〜> 4.0.0'
宝石 'uglifier', '> = 1.3.0'
宝石 '咖啡轨道', '〜> 4.0.0'

感谢阅读。

回答

0

你最有可能复制粘贴安装代码在github页面。如果你仔细观察,它会丢失一个t。它应该是

gem 'spree_bootstrap', :git => 'git://github.com/legiar/spree_bootstrap.git'