如何使用代理加载cocoapods,比如
export http_proxy='http://myserver:8080'
我确实看到了Http Proxy设置,但我不确定使用哪个字符串设置。
答案 0 :(得分:5)
就我而言,这样做了
git config --global http.proxy http://myserver:8080
答案 1 :(得分:0)
这对我有用:
ALL_PROXY=http://myserver:8080 pod install