第一步 homebrew
/bin/zsh -c "$(curl -fsSl https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
第二步 rvm
第一步 找到 正确ip 更该hosts 文件
文件地址 /etc/hosts
需要到 https://www.ipaddress.com 搜索 raw.githubusercontent.com 最新ip
39.71.36.187 raw.githubusercontent.com
可以自己 ping 185.199.108.133 实验一下
第二步更换ruby源
gem sources --add https://gems.ruby-china.com --remove https://rubygems.org/
第三步 这一步可能被墙
curl -L get.rvm.io | bash -s stable
第四步
rvm -v
查看版本
rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
第五步 列出ruby可安装的版本信息
rvm list known
第三步
安装一个ruby版本
rvm install 3.0.0
rvm use 3.0.0 --default
第四步
sudo gem install -n /usr/local/bin cocoapods
git clone https://gitee.com/mirrors/CocoaPods-Specs.git master
pod repo add master https://gitee.com/mirrors/CocoaPods-Specs.git