This is an old revision of the document!
[code bash]
git config –global http.proxy http://wp-level00.jct.ac.il:3128 git config –global https.proxy http://wp-level00.jct.ac.il:3128
export HTTP_PROXY=http://wp-level00.jct.ac.il:3128 export HTTPS_PROXY=http://wp-level00.jct.ac.il:3128 export PROXY=http://wp-level00.jct.ac.il:3128 [/code]
Back to top