很烦,这破东西配置一堆雷
雷1:安装HomeBrew
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Operation timed out
solution: 换中科大源加速
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
雷2:安装rvm
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
恶心人,找了四五个小时才解决问题,官网的两种都不行,博客的也都不行
solution:进入 https://get.rvm.io
查看是一个bash文件,复制到本地保存为.sh
首先使得该文件可执行(xxx是用户名)
chmod 777 /Users/xxx/Desktop/rvm_install.sh
然后执行
sh /Users/xxx/Desktop/rvm_install.sh
雷3: 安装cocoaPods
流程基本如:https://www.jianshu.com/p/6d51362b7e64
但是一直我在pod setup
之后啥也没有,淦!!
所以就只能去github上下载下来了。