Created
July 31, 2012 01:39
-
-
Save lidaobing/3212614 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ gem install -d --verbose launchy | |
| GET http://ruby.taobao.org/latest_specs.4.8.gz | |
| 200 OK | |
| GET http://ruby.taobao.org/specs.4.8.gz | |
| 200 OK | |
| GET http://ruby.taobao.org/quick/Marshal.4.8/addressable-2.3.2.gemspec.rz | |
| 404 Not Found | |
| Error fetching remote data: bad response Not Found 404 (http://ruby.taobao.org/quick/Marshal.4.8/addressable-2.3.2.gemspec.rz) | |
| Falling back to local-only install | |
| ERROR: While executing gem ... (Gem::DependencyError) | |
| Unable to resolve dependencies: launchy requires addressable (~> 2.3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment