Homebrew behind proxy ? · Issue #11114 · Homebrew/legacy-homebrew
2018-06-13 15:24:02 Author: github.com(查看原文) 阅读量:118 收藏

This repository has been archived by the owner. It is now read-only.

Join GitHub today

GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.

Sign up

cubiic opened this Issue

Mar 21, 2012

· 5 comments

Comments

@cubiic

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 ?

@adamv

This comment has been minimized.

Show comment Hide comment

@adamv

adamv Mar 21, 2012

Contributor

@cubiic

This comment has been minimized.

Show comment Hide comment

@cubiic

cubiic Mar 21, 2012

Thanks fir the updates

@jaredsburrows

This comment has been minimized.

Show comment Hide comment

@jaredsburrows

@drmingdrmer

This comment has been minimized.

Show comment Hide comment

@drmingdrmer

drmingdrmer Nov 14, 2014

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

@muellermichel

This comment has been minimized.

Show comment Hide comment

@muellermichel

muellermichel Jul 2, 2015

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

@DomT4 DomT4 locked and limited conversation to collaborators Jul 2, 2015


文章来源: https://github.com/Homebrew/legacy-homebrew/issues/11114
如有侵权请联系:admin#unsafe.sh