Created
March 23, 2012 09:36
-
-
Save kimchy/2169010 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
mackimchy:0.19.0.RC2 kimchy$ bin/plugin -install xxx/yyy/0.0.1 | |
-> Installing xxx/yyy/0.0.1... | |
Trying https://github.com/downloads/xxx/yyy/yyy-0.0.1.zip... | |
Trying https://github.com/xxx/yyy/zipball/v0.0.1... | |
Failed to install xxx/yyy/0.0.1, reason: failed to download | |
mackimchy:0.19.0.RC2 kimchy$ bin/plugin -install xxx/yyy | |
-> Installing xxx/yyy... | |
Trying https://github.com/downloads/xxx/yyy/yyy-0.19.0.RC2.zip... | |
Trying https://github.com/xxx/yyy/zipball/v0.19.0.RC2... | |
Trying https://github.com/xxx/yyy/zipball/master... | |
Failed to install xxx/yyy, reason: failed to download | |
mackimchy:0.19.0.RC2 kimchy$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment