iOS开发问题之:Failed to connect to ra
2022-07-28 本文已影响0人
VKOOY
CocoaPods安装:
升级Ruby环境,首先需要安装rvm(第一步要下载一些东西等两分钟左右)
curl -L get.rvm.io | bash -s stable
source ~/.bashrc
source ~/.bash_profile
这时候安装RVM时报错
解决方法:
1.打开hosts文件
sudo vim /etc/hosts
2.在hosts文件中修改或者插入下面一行
199.232.28.133 raw.githubusercontent.com
3.接着保存回到外面一开始访问被拒的地方重新安装RVM。
搞定收工
希望后人珍惜时间,少走弯路,享受生活。
VKOOY