在Ubuntu上配置Postman代理主要有以下两种方式:
~/.bashrc
或~/.bash_profile
文件,在文件末尾添加export http_proxy=http://your_proxy_server:port
和export https_proxy=http://your_proxy_server:port
,保存后运行source ~/.bashrc
或source ~/.bash_profile
使环境变量生效,之后在Postman的“设置”-“代理”中输入相应代理信息并保存。