Open huzeifa opened 2 years ago
Hello, I get the following error when running mix deps.get
mix deps.get
Getting tzdata (Hex package) Request failed (:timeout) If this happens consistently, adjust your concurrency and timeout settings:
HEX_HTTP_CONCURRENCY=1 HEX_HTTP_TIMEOUT=120 mix deps.get
** (Mix) Package fetch failed and no cached copy available (https://repo.hex.pm/tarballs/tzdata-1.1.1.tar)
My elixir version 1.12.3
Any help with regards to solving this issue will be appreciated!
Thank you Huzeifa
hey @huzeifa that seems to be an issue with the package manager. I'm not sure there's anything I can do. Did you try increasing the timeout? is it still happening?
Hello, I get the following error when running
mix deps.get
Getting tzdata (Hex package) Request failed (:timeout) If this happens consistently, adjust your concurrency and timeout settings:
** (Mix) Package fetch failed and no cached copy available (https://repo.hex.pm/tarballs/tzdata-1.1.1.tar)
My elixir version 1.12.3
Any help with regards to solving this issue will be appreciated!
Thank you Huzeifa