设置采用export 命令: 查看某一环境变量, 如以下命令查看和proxy相关的环境变量 env | grep -i proxy 清除环境变量,采用unset 命令 例如: unset all_proxy && unset ALL_PROXY