最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Could not find a valid gem ‘redis’ (>= 0) in any repository
时间:2022-06-29 09:39:33 编辑:袖梨 来源:一聚教程网
错误:
[root@Cache conf]# yum install ruby rubygems
[root@Cache conf]# gem install redis
WARNING: RubyGems 1.2+ index not found for:
RubyGems will revert to legacy indexes degrading performance.
Updating metadata for 1 gems from http://r*u*bygem*s.org/
.
complete
ERROR: Could not find a valid gem 'redis' (>= 0) in any repository
解决:这个是由于没有安装rubygems-devel
[root@Cache conf]# yum install rubygems-devel