git 代理 发表于 2023-07-10 | 更新于: 2023-07-10 配置 打开翻墙软件,查看 http 代理服务器。例如 Shadowsocks.app为:127.0.0.1:1087 设置 git 全局代理:git config --global http.proxy SOCKS://127.0.0.1:1087 还原123456# 方式一git config --global --unset http.proxy# 方式二git config --global --unset http.https://github.com.proxy