Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用代理加载 cocoapods,例如
export http_proxy='http://myserver:8080'
我确实看到了 Http Proxy 设置,但我不确定哪个设置与哪个字符串一起使用。
就我而言,这样做了
git config --global http.proxy http://myserver:8080
这对我有用:
ALL_PROXY=http://myserver:8080 pod install