工具如下
image.png我使用的 SS代理,默认代理端口 请打开偏好设置查看
打开小飞机,配置好代理之后,去终端输入 git配置命令,命令如下:
git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
PS:如果要恢复/移除上面设置的 git代理,使用如下命令
git config --global --unset http.https://github.com.proxy
image.png
网友评论