导航

取消环境变量(Redirect)

 

# 查看环境变量
env | grep -i proxy


# 取消环境变量
unset  http_proxy
unset https_proxy

 

posted on 2022-04-20 16:56  toughcactus  阅读(80)  评论(0编辑  收藏  举报