【问题标题】:meteor install failed on my mac and linux在我的 mac 和 linux 上安装流星失败
【发布时间】:2015-12-18 16:54:13
【问题描述】:

我和我的朋友尝试了很多次,但都失败了。我们可以访问网站https://www.meteor.com

但是当我们使用命令时

sudo curl http://install.meteor.com/ | sh

我们得到失败命令:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  6674    0  6674    0     0   2473      0 --:--:--  0:00:02 --:--:--  2473
Downloading Meteor distribution

curl: (35) Server aborted the SSL handshake
Installation failed.

【问题讨论】:

    标签: meteor


    【解决方案1】:

    我听说有些人对 VPN 和其他软件包附带的某些版本的 curl 有问题。你确认你在 /usr/bin 中使用了 curl 的实例吗?

    sudo /usr/bin/curl https://install.meteor.com/ | sh
    

    如果仍然失败,'curl -v https://install.meteor.com/' 的输出是什么?

    【讨论】:

      猜你喜欢
      • 2012-04-26
      • 2020-09-16
      • 2014-09-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-04-24
      相关资源
      最近更新 更多