我想为我的购物车网站添加Payupaisa网关。我用狂欢。我用过宝石
gem 'spree_payupaisa', :github => "meetdestiny/spree_payupaisa_express", :branch => "2-1-stable"
https://github.com/meetdestiny/spree_payupaisa_express
但是在我更新bundle
时会出错Git error: command `git rev-parse 2-1-stable` in directory
/home/tps/.rvm/gems/ruby-2.0.0-p247@demo/cache/bundler/git/spree_payupaisa_express-6aebc199a8cbc824377ffe9416c892e73cc3271e has failed.
先谢谢。
答案 0 :(得分:1)
该存储库上的说明不正确。那个git存储库没有2-1稳定的分支。在Gemfile中尝试以下操作:
gem 'spree_payupaisa', :github => "meetdestiny/spree_payupaisa_express"
目前适用于Spree 2.1。
您应该在存储库上提交问题/拉取请求以更正说明。