pod install 错误?
来源:1-1 课前必读(不看会错过一个亿)
没有杰瑞的汤姆猫
2022-05-05
写回答
1回答
-
CrazyCodeBoy
2022-05-06
还是网络的问题,在开启VPN后,确保能够正常访问GitHub,然后在 terminal中输入:
export https_proxy=http://127.0.0.1:7890
其中,7890改为你的VPN的http端口,然后在这个terminal中执行pod install。
032023-09-08
相似问题