iotexproject / iotex-core

Official implementation of IoTeX blockchain protocol in Go.
https://iotex.io
Apache License 2.0
1.55k stars 322 forks source link

ioctl update not working properly for masOS #4296

Open dustinxie opened 2 weeks ago

dustinxie commented 2 weeks ago

What version of iotex-core image (or code branch) are you using?

v1.14.2

What operating system and processor architecture are you using?

macOS

What did you do? If possible, provide a recipe for reproducing the error.

run ioctl update

What did you expect to see?

it should download/install latest version

What did you see instead?

Screen Shot 2024-06-07 at 12 00 23 PM

the actual command behind ioctl update is: curl --silent https://raw.githubusercontent.com/iotexproject/iotex-core/master/install-cli.sh | sh

if I run this, it will correctly download/install latest version via brew update

Screen Shot 2024-06-07 at 12 02 56 PM Screen Shot 2024-06-07 at 12 03 45 PM
chaishiqi commented 1 day ago

Not perform the process of downloading, but it has already updated

image