Differences
This shows you the differences between two versions of the page.
docs:git:clone_behind_a_proxy [2010/06/15 14:17] – created billh | docs:git:clone_behind_a_proxy [2010/06/15 14:18] (current) – billh | ||
---|---|---|---|
Line 4: | Line 4: | ||
If you need to use http, you need to define your proxy as an environment variable with one of the following:< | If you need to use http, you need to define your proxy as an environment variable with one of the following:< | ||
# no authentication required by your proxy | # no authentication required by your proxy | ||
- | export http_proxy=username: | + | export http_proxy=proxy.server: |
# or | # or |