Search code examples
proxyappcode

How to use a proxy for cocoa pods


How can I use a proxy for loading cocoapods, something like

export http_proxy='http://myserver:8080'

I did see the Http Proxy setting, but I'm not sure which setting to use with which string.


Solution

  • In my case this did it

    git config --global http.proxy http://myserver:8080