Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
scripts:enable_proxy [2014/11/12 09:35] – created yehudascripts:enable_proxy [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
-<source bash>+<code bash>
 git config --global https.proxy "http://wp-level01.jct.ac.il:3128/" git config --global https.proxy "http://wp-level01.jct.ac.il:3128/"
 export http_proxy="http://wp-level01.jct.ac.il:3128/" export http_proxy="http://wp-level01.jct.ac.il:3128/"
Line 5: Line 5:
 npm config set proxy "http://wp-level01.jct.ac.il:3128/" npm config set proxy "http://wp-level01.jct.ac.il:3128/"
 npm config set https-proxy "http://wp-level01.jct.ac.il:3128/" npm config set https-proxy "http://wp-level01.jct.ac.il:3128/"
-</source>+</code> 
 + 
 +<code bash> 
 +git config --global  --unset https.proxy 
 +unset http_proxy 
 +unset https_proxy 
 +npm config delete proxy  
 +npm config delete https-proxy 
 +</code>
  
scripts/enable_proxy.1415784950.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0