Created
March 11, 2011 13:43
-
-
Save chids/865888 to your computer and use it in GitHub Desktop.
mochiweb make app generates invalid rebar.config?
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
When trying to make a project created with Mochiweb "make app" I got: | |
Pulling mochiweb from {git,"git://github.com/mochi/mochiweb.git",[]} | |
Cloning into mochiweb... | |
error: pathspec 'origin/' did not match any file(s) known to git. | |
ERROR: git checkout -q origin/ failed with error: 1 | |
make: *** [all] Error 1 | |
The mochiweb dependency in rebar.conf looked like this: | |
{git, "git://github.com/mochi/mochiweb.git", ""}}]}. | |
It works if I changed it to: | |
{git,"git://github.com/mochi/mochiweb","HEAD"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment