robisonsantos / evm

Erlang Version Manager
117 stars 28 forks source link

Failed to fetch available Erlang versions #35

Closed EdoardoLopez closed 3 years ago

EdoardoLopez commented 3 years ago

Hi recently i have a problem listing Erlang versions, i can't list or download any version of Erlang here adjunct a picture with some information and error.

Screenshot from 2020-12-20 13-16-57

Thanks!

robisonsantos commented 3 years ago

I just tried it and it worked fine for me. Can you try installing the latest version 5.0.0 and try again?

You can clone the repository and ./install it again. It will replace the scripts, but will keep all installed erlang versions.

Let me know if that is still not working.

EdoardoLopez commented 3 years ago

Don't affect if i have previous OTP versions installed?

robisonsantos commented 3 years ago

That's right, it should not affect those erlang versions already installed.

If you want to be super safe, you can create a backup of evm before you install the new version

cp -r ~/.evm ~/.evm_bkp
git clone https://github.com/robisonsantos/evm
cd evm
./install

If that works as you expect, you can delete your backup rm -r ~/.evm_bkp

EdoardoLopez commented 3 years ago

yep it works now, thanks!!. I was have to reboot my machine to load the new version of evm. very thanks for your time and help!.