万恶的pod install 卡住 太慢,终于解决!

瞎折腾三天,翻遍整个百度,各种镜像、国内git地址都试过,没用!

最后分享2种真实有效的方式:

方式一:打开小飞机(Shadow[版本 1.8.2 (1)])——偏好设置——高级——找到如图参数——拼接执行git config --global http.https://github.com.proxy socks5://127.0.0.1:1086——执行pod install/setup(立马起飞)参考链接:https://www.jianshu.com/p/9e7cb7c722b2 感谢分享

最后记得恢复代理设置:git config --global --unset http.https://github.com.proxy


方式二:没有小飞机的,从码云地址下载,只有整个git地址是最新且在维护:https://gitee.com/talefun/Specs1

就算下载成功,但是执行pod install还是可能会存在莫名其妙的错误,需要多试几遍

你可能感兴趣的:(万恶的pod install 卡住 太慢,终于解决!)