-
Notifications
You must be signed in to change notification settings - Fork 12
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
failed fetching #6
Comments
I will look into it, but at first glance it looks like this is a hex issue, or a problem with your connection. |
Any update on this issue? Is it working now? |
I don't know if it's related, but in my case it kept running out of memory on mix deps.get .... and when i lowered the version, it was fine. I do think you are right that there may be an issue with hex. I am on windows machine. |
When you say you lowered the version, which version did you use? |
@riverrun I know it's a bit drastic, but: 0.12.4 |
I am not sure if it is related, but if you are using version 1 of pbkdf2, you will not need the comeonin dependency, so you can remove the comeonin line from the |
In this issue, they suggest upgrading hex to solve a similar problem. Could you try that and let me know if it works? |
@riverrun the issue is solved. After trying couple of time and updating hex. Run |
I currently have the following in my
mix.exs
:but a
mix deps.get
in my terminal results in the following:I tried
HEX_HTTP_CONCURRENCY=1 HEX_HTTP_TIMEOUT=120 mix deps.get
but still it failedis there something wrong with the repo?
The text was updated successfully, but these errors were encountered: