minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

no response executing the command #4711

Closed boot1992 closed 1 year ago

boot1992 commented 1 year ago

Expected behavior

execute the command successfully

Actual behavior

no response

Steps to reproduce the behavior

follow the quickstart: curl https://dl.min.io/client/mc/release/linux-amd64/mc \ --create-dirs \ -o $HOME/minio-binaries/mc

chmod +x $HOME/minio-binaries/mc export PATH=$PATH:$HOME/minio-binaries/

mc --help

mc --version

i tried different linux server, none wored. but the windows version works well.

image

harshavardhana commented 1 year ago

you need to do ./mc --help

boot1992 commented 1 year ago

you need to do ./mc --help

i tried this, it doesn't work