git设置代理

其他 · 03-21 · 88 人浏览

git 设置和取消代理:
git config --global http.proxy http://192.168.83.1:7890

git config --global https.proxy https://192.168.83.1:7890

git config --global --unset http.proxy

git config --global --unset https.proxy

||npm config delete proxy|

git 代理
Theme Jasmine by Kent Liao