rebar unable to get dependency from github

大憨熊 提交于 2019-12-05 02:32:22

I think that you should use rebar get-deps command firstly. If rebar compile command is error, try rebar delete-deps, rebar clean. If still error, switch to the related deps directly, compile these project independently. (I have faced this problem one time).

You forgot .get as stated before and with versions try to add commit number because they upgrade software and versions so master can point to different version and this breaks deps later.

So change HEAD to commit and set version to this commit or leave HEAD but set version to * (most current one)

This helps a lot later :)

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!