aliyun / ossutil

A user friendly command line tool to access AliCloud OSS.
MIT License
465 stars 100 forks source link

Arm版本用不了 #191

Open QuantumSuperPositionCat opened 2 years ago

QuantumSuperPositionCat commented 2 years ago

使用相同配置的window版和Linux版运行正常,但是arm版本报错。


Error: Get "http://xxxxx.oss-ap-southeast-1.aliyuncs.com/?delimiter&encoding-type=url&marker&max-keys=1000&prefix": dial tcp: lookup xxxxx.oss-ap-southeast-1.aliyuncs.com on [::1]:53: read udp [::1]:39772->[::1]:53: read: connection refused, Bucket=xxxxx, Object=

liaodalin19903 commented 2 years ago

你好,如果你的服务器的CPU架构是arm,需要使用arm版ossutilarm:https://gosspublic.alicdn.com/ossutil/1.7.14/ossutilarm64 如果使用的是X86_64架构,需要使用通用版的ossutil工具。

QuantumSuperPositionCat commented 2 years ago

你好,我用的是 Android 的Termux终端,下载的就是arm版本的ossutl,配置文件相同的情况下arm版本报错,window版和linux X86版可以正确访问到oss