I am unable to get any dependency from github using rebar.
rebar.config file:
rebar.config
{sub_dirs, [\"rel\"]}. {deps_dir, [\"dep
You git paths are simply incorrect.
You forget the the ".git" at the end. It should be git://github.com/xslogic/eleveldb.git not git://github.com/xslogic/eleveldb.
git://github.com/xslogic/eleveldb.git
git://github.com/xslogic/eleveldb