Tags

Git

为 Git 配置代理

247 字 1 分钟阅读 Git

加速境外 git 服务托管网站速度。 操作 首先确保本地已开启 ss 或 ssr。 而后命令行执行如下命令。 git config --global http.proxy 'http://127.0.0.1:1080' git config --global https.proxy …