你可以通过运行xcode-select --install来安装这些工具(如果尚未安装)。 如果以上步骤都无法解决问题,尝试清除gem缓存或重新安装Ruby和gem系统。通过以上步骤,你应该能够解决“could not find a valid gem 'cocoapods' (>= 0)”的错误。如果问题依然存在,可能需要更详细地检查系统配置或寻求更专业的帮助。
gem install jekyll时会报 ERROR: Could not find a valid gem 'jekyll' (>= 0) in any repository ERROR: Possible alternatives: jekyll` 1. 2. 的错误,原因是rubygems.org被block了。 解决办法是使用国内镜像,具体操作如下: $ gem sources --remove https://rubygems.org/ $ gem sources -a http:/...
ERROR: Could not find a valid gem 'redis' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (https://rubygems.org/latest_specs.4.8.gz) 错误:找不到有效的gem'redis'(> = 0),这...
步骤: 1、把http://ruby.taobao.org/加入gem sources; cmd输入gem sources -a http://ruby.taobao.org/即可 加入成功会有success提示 2、再输入一次gem install sass就好了
Could not find a valid gem ‘compass‘ (>= 0) in any repository 然后尝试在 https://rubygems.org/ 下载 compass-1.0.3.gem 本地安装 又提示了 rb-inotify 安装失败~~ 一个个安装失败,这个时候 可以怀疑一下 是不是网络问题,无法连接 rubygems 库~ ...
系统Centos,需要用到ruby gem,执行gem install bundler后报错: ERROR: Could not find a valid gem 'bundler' (>= 0), here is why: Unable to download data from https://ruby.taobao.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https:...
安装完成ruby gem 之后,通过 gem install compass 安装compass~~ 出现如下报错 Could not find a valid gem ‘compass‘ (>= 0) in any repository 然后尝试在 https://rubygems.org/ 下载 compass-1.0.3.gem 本地安装 又提示了 rb-inotify 安装失败~~ ...
【Redis错误】ERROR: Could not find a valid gem 'redis-3.0.0' (>= 0) in any repository 在安装redis-3.0.0.gem时,报错,经过排查 gem install redis-3.0.0 解决 1.由于gem没有包含自身携带的源,所以需要下载gem源,http://www.landui.com是gem本身带的源,如果需要国内源,可以卸载自身携带的,安装...
【Redis错误】ERROR: Could not find a valid gem 'redis-3.0.0' (>= 0) in any repository 在安装redis-3.0.0.gem时,报错,经过排查 gem install redis-3.0.0 解决 1.由于gem没有包含自身携带的源,所以需要下载gem源,http://www.landui.com是gem本身带的源,如果需要国内源,可以卸载自身携带的,安装...
Could not find a valid gem 'redis' (= 0) 报错详情如下; ERROR: Could not find a valid gem 'redis' (>= 0), here is why: Unable to download data fromhttps://rubygems.org/- SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (https://rubygems.org/latest_...