给macOs的终端添加代理
2022-05-31 本文已影响0人
小刘_假装是个程序员
vim ~/.bash_profile
# proxy
export http_proxy=http://127.0.0.1:1087
export https_proxy=$http_proxy
vim ~/.bash_profile
# proxy
export http_proxy=http://127.0.0.1:1087
export https_proxy=$http_proxy