返回使用说明
确保 Stellar 客户端已在您的系统上正常运行,如有问题请参考:
  • Windows系统的设置方法
  • Ubuntu系统的设置方法
  • Mac系统的设置方法
  • Linux Cli系统的设置方法
  • Mac终端

    打开STELLAR并点击设置中的复制终端设置指令

    export http_proxy=http://127.0.0.1:8668
    export https_proxy=http://127.0.0.1:8668

    打开你最喜爱的终端软件 (iTerm, terminal)
    粘贴并运行该命令

    在终端中运行以下命令来检测代理是否正常运行

    curl https://google.com
    返回使用说明