Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:configure_lustig_proxy [2014/07/14 09:12] – 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:// |
| </ | </ | ||