gen-smtp / gen_smtp

The extensible Erlang SMTP client and server library.
Other
683 stars 266 forks source link

Deps nots working #315

Open matheuscamarques opened 2 years ago

matheuscamarques commented 2 years ago
{deps, [
  {gen_smtp, {git,"https://github.com/gen-smtp/gen_smtp.git",{branch, "master"}}}
]}.

===> Locking of git dependency failed in erlang/email_sender/_build/default/lib/gen_smtp

cw789 commented 2 years ago

I do not think this is issue is caused by gen_smtp itself.

matheuscamarques commented 2 years ago

I'm using rebar3 any tips?

mworrell commented 2 years ago

Not seen that error before. The branch name is correct and the URL seems to be ok as well.

Do you want to use master or can you also use the Hex package?

matheuscamarques commented 2 years ago

I just wish it worked on the latest possible version

cw789 commented 2 years ago

Could it be you've missed rebar in your deps config?

Similar: → https://github.com/erlang/rebar3/issues/2700

Rebar - Declaring Dependencies: → https://rebar3.readme.io/docs/dependencies#declaring-dependencies