Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howto:configure_lustig_proxy [2014/07/14 09:11] – created yehuda | howto:configure_lustig_proxy [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [code bash] | + | <code bash> |
| - | git config --global http.proxy http://wp-level00.jct.ac.il: | + | git config --global http.proxy http://wp-level01.jct.ac.il: |
| - | git config --global https.proxy http://wp-level00.jct.ac.il: | + | git config --global https.proxy http://wp-level01.jct.ac.il: |
| - | export HTTP_PROXY=http:// | + | export HTTP_PROXY=http:// |
| - | export HTTPS_PROXY=http:// | + | export HTTPS_PROXY=http:// |
| - | export PROXY=http:// | + | export PROXY=http:// |
| - | [/code] | + | </code> |