Mac终端使用代理
2022-07-04 本文已影响0人
今晚打老虎_9527
1.打开梯子
2.在.zshrc中设置
export http_proxy=socks5://127.0.0.1:1081
export https_proxy=$http_proxy
3.终端中使用source ~/.zshrc
1.打开梯子
2.在.zshrc中设置
export http_proxy=socks5://127.0.0.1:1081
export https_proxy=$http_proxy
3.终端中使用source ~/.zshrc