Install Error: AccessDenied
Describe the bug
Please give a brief description of the bug; attach the running command and the stack information when the error is reported
➜ bash -c "$(curl -ksSL https://httprunner.com/script/install.sh)"
✔ Detect target hrp package...
get hrp latest version failed:
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>AccessDenied</Code>
<Message>AccessDenied</Message>
<RequestId>66B9913EE80D0132329C20A3</RequestId>
<HostId>httprunner.oss-cn-beijing.aliyuncs.com</HostId>
<EC>0003-00000905</EC>
<RecommendDoc>https://api.aliyun.com/troubleshoot?q=0003-00000905</RecommendDoc>
</Error>
Versions
Please complete the following information:
- OS Type: macOS
- Python version: 3.12.2
- Go version: go version go1.22.1 darwin/arm64
- HttpRunner version [e.g. 3.1.8]
Project files (If possible)
Provide your project files to help locate and debug bugs faster. This is not mandatory.
NOTICE: Before uploading your project files, don't forget to remove sensitive data, e.g. IP, username and password, key info etc.
I also encountered this problem
I also hit this issue.
how to resolve this error????
我的 MacOs 也遇到同样的问题,我的做法是:目前先使用 Release 里 tar 包的二进制程序,然后将其通过 ln -s 指令软链接到 /usr/local/bin/hrp -------translate----- I encountered the same issue on my macOS. What I did was: for now, I use the binary program from the tar package in the Release, and then create a symbolic link to it in /usr/local/bin/hrp using the ln -s command.