赞
踩
- # git设置代理
- git config --global http.proxy http://127.0.0.1:10809
- git config --global https.proxy http://127.0.0.1:10809
-
- # git取消代理
- git config --global --unset http.proxy
- git config --global --unset https.proxy
-
-
- #npm设置代理
- npm config set proxy http://127.0.0.1:10809
- npm config set https-proxy http://127.0.0.1:10809
-
- #npm取消代理
- npm config delete proxy
- npm config delete https-proxy
其中10809端口是自己的代理服务的端口
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。