2014-11-02 51 views
2

錯誤提示:找不到對HTTPS耙10.3.2在任何的來源(捆紮機:: GemNotFound)推

Mac:symfony apple$ git push -u origin master 
Counting objects: 3, done. 
Writing objects: 100% (3/3), 209 bytes | 0 bytes/s, done. 
Total 3 (delta 0), reused 0 (delta 0) 
remote: /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/spec_set.rb:92:in `block in materialize': Could not find rake-10.3.2 in any of the sources (Bundler::GemNotFound) 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/spec_set.rb:85:in `map!' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/spec_set.rb:85:in `materialize' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/definition.rb:132:in `specs' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/definition.rb:177:in `specs_for' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/definition.rb:166:in `requested_specs' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/environment.rb:18:in `requested_specs' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/runtime.rb:13:in `setup' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler.rb:121:in `setup' 
remote:   from /usr/local/rvm/gems/ruby-2.0.0-p353/gems/bundler-1.7.4/lib/bundler/setup.rb:17:in `<top (required)>' 
remote:   from /usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' 
remote:   from /usr/lib64/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require' 

服務器系統ENV:

[[email protected] gitlab]# bundle env|grep rake 
rake (>= 0.8.7) 
rake 
rake (>= 0.8.7) 
rake (10.3.2) 

[[email protected] gitlab]# bundle exec rake -V 

rake, version 10.3.2 

[[email protected] gitlab]# rake -V 
rake, version 10.3.2 

紅寶石 - v ruby​​ 2.0.0p353(2013-11-22 revision 43784)[x86_64-linux]

測試服務器和客戶端在同一臺服務器上

這個錯誤發生在我安裝gitlab後提交數據,請幫我

回答

2

的可能重複:https://github.com/gitlabhq/gitlabhq/issues/8045,與提出的解決辦法:https://github.com/gitlabhq/gitlabhq/pull/8131去那裏一平,以提高它會得到更快合併的可能性修復。

我建議你經常看https://github.com/gitlabhq/gitlabhq/issues第一的錯誤,那你加什麼觸發可能面對質疑時職稱問題(HTTPS推動此處);)

+0

感謝非常mutch – baoniu 2014-11-02 08:06:03

+0

我重裝了紅寶石的正常工作 – baoniu 2014-11-02 08:07:39

相關問題