rebar unable to get dependency from github

后端 未结 3 1509
野趣味
野趣味 2021-01-11 18:15

I am unable to get any dependency from github using rebar.

rebar.config file:

{sub_dirs, [\"rel\"]}.

{deps_dir, [\"dep         


        
3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-11 19:03

    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.

提交回复
热议问题