xJonathanLEI / starkli

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://book.starkli.rs
Apache License 2.0
155 stars 43 forks source link

Error "Couldn't download release file" when trying to install starkli #55

Closed ghost closed 6 months ago

ghost commented 6 months ago

After running curl https://get.starkli.sh | sh and start a new terminal, I got this error:

starkliup
Installing the latest version of starkli...
Fetching the latest release tag from GitHub...
Latest version found: 
Detected host triple: x86_64-unknown-linux-gnu
Downloading release file from GitHub...
######################################################################### 100,0%
Couldn't download release file for tag '' from GitHub [404].

starkliup -v
Version tag is missing

Please fix it, thank you so much! @xJonathanLEI

ghost commented 6 months ago

I found the cause for this error: API rate limit exceeded. I think we need to add a cmd command for starkliup to be able to specify the release version. Example:

starkliup v0.2.1
xJonathanLEI commented 6 months ago

@Jidoochan You can always install a specific version:

starkliup --version 0.2.1