This repository was archived by the owner on Jan 16, 2025. It is now read-only.
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Homebrew behind proxy ? #11114
Closed
Description
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 ?
Activity
adamv commentedon Mar 21, 2012
man brew
or https://github.com/mxcl/homebrew/blob/master/Library/Contributions/manpages/brew.1.md - there is a section on using a proxy at the end.cubiic commentedon Mar 21, 2012
Thanks fir the updates
jaredsburrows commentedon Oct 7, 2014
For those that still need this answered(run via Terminal):
$ http_proxy=http://IP:PORT https_proxy=http://IP:PORT brew install PACKAGE
drmingdrmer commentedon Nov 13, 2014
This makes me happier:
muellermichel commentedon Jul 2, 2015
I agree with drmingdrmer, it only worked for me when I set
ALL_PROXY