Add proxy information to man page
This commit is contained in:
parent
b6332de28d
commit
5e64bfbd55
@ -283,6 +283,21 @@ Some external commands are shipped with Homebrew, and enabled by default.
|
|||||||
If set, instructs Homebrew to always assume `--verbose` when running
|
If set, instructs Homebrew to always assume `--verbose` when running
|
||||||
commands.
|
commands.
|
||||||
|
|
||||||
|
## USING HOMEBREW BEHIND A PROXY
|
||||||
|
|
||||||
|
Homebrew uses several commands for downloading files (e.g. curl, git, svn).
|
||||||
|
Many of these tools can download via a proxy. It's common for these tools
|
||||||
|
to read proxy parameters from environment variables.
|
||||||
|
|
||||||
|
For the majority of cases setting `http_proxy` is enough. You can set this in
|
||||||
|
your shell profile, or you can use it before a brew command:
|
||||||
|
|
||||||
|
http_proxy=http://<host>:<port> brew install foo
|
||||||
|
|
||||||
|
If your proxy requires authentication:
|
||||||
|
|
||||||
|
http_proxy=http://<user>:<password>@<host>:<port> brew install foo
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
|
||||||
Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/
|
Homebrew Wiki: http://wiki.github.com/mxcl/homebrew/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW" "1" "October 2010" "Homebrew" "brew"
|
.TH "BREW" "1" "November 2010" "Homebrew" "brew"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\fR \- The missing package manager for OS X
|
\fBbrew\fR \- The missing package manager for OS X
|
||||||
@ -285,6 +285,35 @@ If set, instructs Homebrew to use the LLVM front\-ends to the GCC compilers\.
|
|||||||
HOMEBREW_VERBOSE
|
HOMEBREW_VERBOSE
|
||||||
If set, instructs Homebrew to always assume \fB\-\-verbose\fR when running commands\.
|
If set, instructs Homebrew to always assume \fB\-\-verbose\fR when running commands\.
|
||||||
.
|
.
|
||||||
|
.SH "USING HOMEBREW BEHIND A PROXY"
|
||||||
|
Homebrew uses several commands for downloading files (e\.g\. curl, git, svn)\. Many of these tools can download via a proxy\. It\'s common for these tools to read proxy parameters from environment variables\.
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
For the majority of cases setting \fBhttp_proxy\fR is enough\. You can set this in your shell profile, or you can use it before a brew command:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
http_proxy=http://<host>:<port> brew install foo
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
If your proxy requires authentication:
|
||||||
|
.
|
||||||
|
.IP "" 4
|
||||||
|
.
|
||||||
|
.nf
|
||||||
|
|
||||||
|
http_proxy=http://<user>:<password>@<host>:<port> brew install foo
|
||||||
|
.
|
||||||
|
.fi
|
||||||
|
.
|
||||||
|
.IP "" 0
|
||||||
|
.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
Homebrew Wiki: http://wiki\.github\.com/mxcl/homebrew/
|
Homebrew Wiki: http://wiki\.github\.com/mxcl/homebrew/
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user