本文介绍: 【代码】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 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注