Install fuelup failure

Topic discussion checklist

  • Run $ fuelup show and add the output below

  • Detailed steps to recreate issue
    (base) liqiu@192 fuel-interaction % curl https://install.fuel.network | sh
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 15660 0 15660 0 0 8855 0 --:–:-- 0:00:01 --:–:-- 8872

fuelup uses “/Users/liqiu/.fuelup” as its home directory to manage the Fuel toolchain, and will install binaries there.

To use the toolchain, you will have to configure your PATH, which tells your machine where to locate fuelup and the Fuel toolchain.

If permitted, fuelup-init will configure your PATH for you by running the following:

echo "export PATH="$HOME/.fuelup/bin:$PATH"" >> /Users/liqiu/.zshrc

Would you like fuelup-init to modify your PATH variable for you? (N/y)
y

fuelup will modify your PATH variable for you.

info: downloading fuelup
curl: (22) The requested URL returned error: 404
fuelup: fuelup was not found - either the release is not ready yet or the tag is invalid. You can check if the release is available here: https://github.com/FuelLabs/fuelup/releases/v
(base) liqiu@192 fuel-interactio

  • Link full scope of the codebase pertaining to your issue
  • Any other relevant information

curl --proto ‘=https’ --tlsv1.2 -sSf https://install.fuel.network/fuelup-init.sh | sh

worked for me with no issue.

try again with above curl

Hello,

Please see my reply here: Install tools fail - #3 by sophie-fuel

As this sounds like the same issue.