在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的“设置”-“代理”中输入相应代理信息并保存。