开发者

rspec install failed

开发者 https://www.devze.com 2022-12-24 16:12 出处:网络
screen: E:\\ir\\InstantRails\\rails_apps>gem install rspec Attempting local installation of \'rspec\' Local gem file not found: rspec*.gem

screen:

E:\ir\InstantRails\rails_apps>gem install rspec

Attempting local installation of 'rspec' Local gem file not found: rspec*.gem Attempting remote installation of 'rspec' ERROR: While executing gem ... (Gem::GemNotFoundException) 开发者_运维百科Could not find rspec (> 0) in the repository

my env: InstantRails 1.3a on windows

thanks for help!


Try installing it like this:

gem install rspec --source http://gems.github.com

Cheers


successfully!

i reinstall the ruby using oneclick exe. then install rspec is ok.

problem is the instantrails's gem version is too old.

0

精彩评论

暂无评论...
验证码 换一张
取 消