今天在更新cocoapods的時候,出現(xiàn)錯誤。錯誤如下:
ERROR:Could not find a valid gem 'cocoapods' (>= 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.taobao.org/specs.4.8.gz)
解決辦法:
刪除淘寶源:
gem?sources?--remove?https://ruby.taobao.org/
添加由騰訊云提供服務(wù)的最新源:
gem?sources?-a?https://gems.ruby-china.org/
--更新-- 2019年10月23日
域名變化,請大家使用?https://gems.ruby-china.com
$ gem?sources?-a?https://gems.ruby-china.com/
$ gem sources -l
https://gems.ruby-china.com
# 確保只有 gems.ruby-china.com