pod install 慢
1.2.找到socket 的代理端口我的事故7891
3.拿到端口执行一下命令
git config --global http.proxy socks5://127.0.0.1:7891
git config --global http.https://github.com.proxy socks5://127.0.0.1:7891
4.下载完之后恢复
git config --global --unset http.proxy
git config --global --unset http.https://github.com.proxy