系统代理配置
cmd 代理
1 | set http_proxy=http://127.0.0.1:1080 |
unix 代理
1 | # unix 下命令为 export |
wsl2 代理
- 安装 Docker Desktop for Windows
- WSL2 backend
1 | export http_proxy=http://host.docker.internal:1080 |
git ssh 代理
1 | # 在 /{USER}/.ssh/ 目录下新建 config 文件, 内容如下: |
vscode 代理
1 | # User Settings 里设置 |