git设置代理

git设置代理

git config --global http.proxy 127.0.0.1:7890

git查询代理

git config --global http.proxy 

在这里插入图片描述

git取消代理

git config --global --unset http.proxy 

你可能感兴趣的:(git)