1. export http_proxy="http://localhost:1087"
    2. export https_proxy="http://localhost:1087"
    3. # 等同于代理以上两种协议
    4. export all_proxy="http://127.0.0.1:1087"
    5. # export all_proxy="socks5://127.0.0.1:1087"