git 代理

git 代理

idea需要git操作的这样配置代理,在当前项目目录进入命令行:
配置全局参数:--global
代理 :git config --global http.proxy http://192.168.15.40:3128
取消代理: git config --global --unset http.proxy
查询是否使用:git config --global http.proxy 

你可能感兴趣的:(git,github)