Search code examples
erlanggithubrebar

How to setup private deps from github in rebar.config?


Just wondering if it is possible to setup private deps in rebar.config? Especially if this deps from github.

Any ideas?


Solution

  • There is no solution, all you have to do it to specify git (not https) of the dep you want to use. Then execute ./rebar get-deps and you good to go.

    Important: if you use iTerm and it doesn't work for you - Terminal.app is your friend.