Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps nots working #315

Open
matheuscamarques opened this issue May 12, 2022 · 5 comments
Open

Deps nots working #315

matheuscamarques opened this issue May 12, 2022 · 5 comments

Comments

@matheuscamarques
Copy link

{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
Copy link
Contributor

cw789 commented May 13, 2022

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

@matheuscamarques
Copy link
Author

I'm using rebar3 any tips?

@mworrell
Copy link
Collaborator

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
Copy link
Author

I just wish it worked on the latest possible version

@cw789
Copy link
Contributor

cw789 commented May 13, 2022

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

Similar:
erlang/rebar3#2700

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants