簡體   English   中英

瑞克終止錯誤-無法找到捆綁程序-無法安裝捆綁程序

[英]Rake Aborted Error - Cant find bundler - Can't install bundler

你好,我只是做了一個腳手架。 然后嘗試運行rake db:migrate。 試圖安裝捆綁器,但不能。 有人可以幫忙嗎?

Joey@JOEY-PC ~/desktop/safsy (master)
$ rake db:migrate
rake aborted!
cannot load such file -- bundler/setup
c:/Users/Joey/desktop/safsy/config/boot.rb:3:in `<top (required)>'
c:/Users/Joey/desktop/safsy/config/application.rb:1:in `<top (required)>'
c:/Users/Joey/desktop/safsy/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)

Joey@JOEY-PC ~/desktop/safsy (master)
$ gem install bundler
ERROR:  Could not find a valid gem 'bundler' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=
SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.
8.gz)


Joey@JOEY-PC ~/desktop/safsy (master)
$ gem install bundler
ERROR:  Could not find a valid gem 'bundler' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=
SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/latest_specs.4.
8.gz)

試試看,這似乎正是您的問題:

https://gist.github.com/luislavena/f064211759ee0f806c88

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM