<div dir="ltr">There's a project I'm looking at for work on github. Like most Erlang projects, it uses rebar to build. Most rebar projects specify their dependencies using the "git://<a href="http://github.com/..">github.com/..</a>." format (eg: "git://<a href="http://github.com/DeadZen/goldrush.git">github.com/DeadZen/goldrush.git</a>"). However, my company has a firewall that prevents hitting repositories using the git:// protocol (and ssh traffic in general). Downloading the same dependencies (directly with git or via rebar) "https://" works fine. However, changing the rebar.config files doesn't scale well for projects that have lots of transitive dependencies. Is there a way to tell rebar to use the https:// version instead of the "git://" version?<div>
<br></div><div>Thanks,<br>Jamie</div></div>