在CentOS上设置Postman代理有以下两种常见方法:
~/.bashrc或~/.bash_profile文件,在文件末尾添加export http_proxy=http://your_proxy_server:port和export https_proxy=http://your_proxy_server:port,将your_proxy_server和port替换为实际代理服务器地址和端口,保存后运行source ~/.bashrc或source ~/.bash_profile使环境变量生效。