以下方法已失效

  1. 准备好ss代理并设置好端口, 假设socks端口号是1080, http端口是1086
  2. 打开终端输入
    export https_proxy=http://127.0.0.1:1086 && export http_proxy=http://127.0.0.1:1086 && export ALL_PROXY=socks5://127.0.0.1:1080
    
  3. 直接从终端启动 Electron Fiddle
    /Applications/Electron\ Fiddle.app/Contents/MacOS/electron-fiddle
    
  4. 在软件里下载electron版本,这时可以从终端看到下载百分比和下载速度,基本可以满速

相关文章:

  • 2021-06-24
  • 2021-05-12
  • 2022-12-23
  • 2022-02-16
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2021-08-19
  • 2021-05-21
  • 2022-02-04
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案