ERROR: Could not find a valid gem 'cocoapods' (>= 0) in any repository

前提是你 提交于 2019-12-05 16:55:22
pansora abhay

I am facing the same problem and I resolved it by issuing using the following command

sudo gem install cocoapods --source http://rubygems.org

OK, I just had this problem. If anyone seems to have this problem DO NOT change directories.

Load up terminal and straight away add the line -

sudo gem install cocoapods

Worked for me.

I struggled with same issue 1 week, finally this works for me

Disable IPv6 and try again with sudo gem install cocoapods --source http://rubygems.org

Issues seems with network

Few more details give on rugby gems forum - https://help.rubygems.org/discussions/problems/31074-timeout-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!