Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created March 23, 2012 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimchy/2169010 to your computer and use it in GitHub Desktop.
Save kimchy/2169010 to your computer and use it in GitHub Desktop.
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