This repository has been archived by the owner. It is now read-only.
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
How to run homebrew behind proxy ?
✗ brew install corkscrew
==> Downloading http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz
curl: (22) The requested URL returned error: 503
Error: Download failed: http://www.agroman.net/corkscrew/corkscrew-2.0.tar.gz
I think the main issue here is to make curl work behind proxy since as you can see i'm using http rather than git protocol which is not blocked .
Any help please ?
Show comment Hide comment
Show comment Hide comment
Thanks fir the updates
Show comment Hide comment
This makes me happier:
ALL_PROXY=socks5://127.0.0.1:9001 brew upgrade
This makes me happier:
ALL_PROXY=socks5://127.0.0.1:9001 brew upgrade
Show comment Hide comment
I agree with drmingdrmer, it only worked for me when I set ALL_PROXY
I agree with drmingdrmer, it only worked for me when I set ALL_PROXY