【转载】【2023-01-12】Bash如何使用代理

142 阅读1分钟

Bash如何使用代理

export http_proxy=http://127.0.0.1:7890
export https_proxy=$http_proxy

转载:weilining.github.io/294.html