我試圖安裝gitLab服務器在我的虛擬機,當我執行命令:sudo -u git -H bundle install --deployment --without development test mysql aws
,我得到這個:耙中止錯誤 - 無法安裝捆綁 - 當安裝GitLab
Some gems seem to be missing from your vendor/cache directory. Could not find rake-10.3.2 in any of the sources
我的寶石來源:
[email protected]:/home/git/gitlab# gem sources -l
*** CURRENT SOURCES ***
https://ruby.taobao.org/
https://rubygems.org/
當我運行gem install rake-10.3.2
,我得到這個:
ERROR: Could not find a valid gem 'rake-10.3.2' (>= 0) in any repository
如何解決此問題?
可能重複[捆紮機:: GemNotFound:不能在任何的來源找到耙10.3.2(http://stackoverflow.com/問題/ 23801899/bundlergemnotfound-could-not-find-rake-10-3-2 -in-the-of-the-sources-from-of-the-sources) – Emanuel
它顯示「你的供應商/緩存目錄中似乎缺少了一些寶石 在任何源文件中找到rake-10.3.2「 – XBroder