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

[BUG] error: Failed to fetch latest FVM version. #818

Open
victorteokw opened this issue Feb 5, 2025 · 1 comment
Open

[BUG] error: Failed to fetch latest FVM version. #818

victorteokw opened this issue Feb 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@victorteokw
Copy link

When run curl -fsSL https://fvm.app/install.sh | bash on Mac, just see this.

@victorteokw victorteokw added the bug Something isn't working label Feb 5, 2025
@erlangparasu
Copy link

temporary solution i just use download links from github releases page

wget https://github.com/leoafarias/fvm/releases/download/3.2.1/fvm-3.2.1-linux-x64.tar.gz
tar -x -z -f fvm-3.2.1-linux-x64.tar.gz
ls -laF .
ls -laF fvm/fvm

export PATH="$PWD/fvm:$PATH"
fvm --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants