给github设置代理

git config --global http.https://github.com.proxy socks5://127.0.0.1:1080

如果要恢复/移除上面设置的git代理,使用如下命令

git config --global --unset http.proxy
git config --global --unset http.https://github.com.proxy

此条目发表在日常分类目录。将固定链接加入收藏夹。

发表回复

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