简体   繁体   English

流星0.7.1.2安装错误

[英]Meteor 0.7.1.2 installation error

I am facing a problem while installing Meteor 0.7.1.2 on my Mac OS X 10.9 . Mac OS X 10.9上安装Meteor 0.7.1.2时遇到问题。 I get the following error: 我收到以下错误:

$ curl https://install.meteor.com | /bin/sh

 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
 100  4223    0  4223    0     0   2285      0 --:--:--  0:00:01 --:--:--  2285

Downloading Meteor distribution 下载流星发行

curl: (7) Failed connect to warehouse.meteor.com:443; Operation timed out

Installation failed. 安装失败。

I have tried to install meteor on Ubuntu but still the same problem. 我试图在Ubuntu上安装流星,但仍然是同样的问题。

Looks like a transient error. 看起来像是暂时性错误。

You can also install Meteor from GitHub. 您也可以从GitHub安装Meteor。 Instructions are at https://github.com/meteor/meteor#slow-start-for-developers 有关说明,请访问https://github.com/meteor/meteor#slow-start-for-developers

I connect to https://warehouse.meteor.com/ from my web browser? 我从网络浏览器连接到https://warehouse.meteor.com/吗? ('https' important here). (“ https”在这里很重要)。 When I used a ssh tunnel proxy, it worked. 当我使用ssh隧道代理时,它可以工作。

curl --socks4 host:port https://install.meteor.com | curl --socks4主机:端口https://install.meteor.com | /bin/sh / bin / sh

Thank so much to David Glasser who asked me to try connecting the host via browser. 非常感谢David Glasser,他要求我尝试通过浏览器连接主机。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM