http鏈接,當我做:使「大禮包install」來加入Gemfile中
spree install
它增加了這兩條線在我的Gemfile。
gem 'spree_gateway', :github => 'spree/spree_gateway'
gem 'spree_auth_devise', :github => 'spree/spree_auth_devise', :branch => 'edge'
後來人們試圖做捆綁安裝,我得到這個錯誤
github.com[0: 207.97.227.239]: errno=Connection refused
fatal: unable to connect a socket (Connection refused)
git://github.com/spree/spree_gateway.git (at master)
這是因爲我的網絡代理不允許我做連接的git://但可以連接http://
如何更改spree添加的代碼,使其與http或如何使導軌連接:與HTTP的github =>「大禮包/ spree_auth_devise」
工程就像一個魅力!謝謝! spree_cmd是一個寶石,我在我的系統中找到了這個路徑中的installer.rb文件。 /home/me/.rvm/gems/ruby-1.9.3-p125/gems/spree_cmd-1.3.0/lib/spree_cmd –