Last active
August 29, 2015 14:02
-
-
Save wsvincent/6ae3cb4b2f5293587fa1 to your computer and use it in GitHub Desktop.
brew install elasticsearch 404 error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: e8e2df1f67090d2d9d6b4a8440891a920727cd2a | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9.3-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
Clang: 5.1 build 503 | |
X11: N/A | |
System Ruby: 2.0.0-451 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby193/1.9.3-p448/bin/ruby | |
~ brew doctor | |
Your system is ready to brew. | |
~ brew install -v elasticsearch 2>&1 | |
==> Downloading https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.0.tar.gz | |
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-451; Mac OS X 10.9.3) https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.0.tar.gz -C 0 -o /Library/Caches/Homebrew/elasticsearch-1.2.0.tar.gz.incomplete | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:03:46 --:--:-- 0 | |
curl: (22) The requested URL returned error: 404 Not Found | |
Error: Failed to download resource "elasticsearch" | |
Download failed: https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.0.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment