Stratus3D / asdf-rebar

Rebar3/Rebar version management plugin for asdf
MIT License
35 stars 7 forks source link

3.7.4 won't install without curl error #9

Closed alanvoss closed 5 years ago

alanvoss commented 5 years ago
> asdf install rebar 3.7.4
** Resuming transfer from byte position 317253
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   120    0   120    0     0    297      0 --:--:-- --:--:-- --:--:--   297
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
alanvoss commented 5 years ago

3.7.3 worked fine.

.tool-versions, fwiw:

erlang 21.1.4 elixir 1.7.4

alanvoss commented 5 years ago

Hope you are good, @Stratus3D !

Stratus3D commented 5 years ago

Interesting, appears curl is trying to re-download the archive, and it looks like Github doesn't support specifying bytes ranges for downloads so it fails to resume the download. I've removed the -C flag for curl so it will download the full archive each time, even if the previous download failed. The rebar archive is pretty small so I don't think this will be a problem.

alanvoss commented 5 years ago

👍

Stratus3D commented 5 years ago

I'm doing well @alanvoss. Hope you are enjoying the new work!