We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 使用macOS在根据WeCross的快速体验部分的文档进行操作时,在终端输入以下指令: bash <(curl -sL https://gitee.com/WeBank/WeCross/raw/master/scripts/download_demo.sh) 然后就出现下述错误:/dev/fd/11: line 110: md5sum: command not found [ERROR] Download package error 具体可看截图
To Reproduce Steps to reproduce the behavior:
Expected behavior 希望能知道出现这种情况的原因
Screenshots
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
如错误所示,没有md5sum的命令,参考文档中环境依赖:https://wecross.readthedocs.io/zh_CN/latest/docs/tutorial/env.html#id4
Sorry, something went wrong.
No branches or pull requests
Describe the bug
使用macOS在根据WeCross的快速体验部分的文档进行操作时,在终端输入以下指令:
bash <(curl -sL https://gitee.com/WeBank/WeCross/raw/master/scripts/download_demo.sh)
然后就出现下述错误:/dev/fd/11: line 110: md5sum: command not found
[ERROR] Download package error
具体可看截图
To Reproduce
Steps to reproduce the behavior:
Expected behavior
希望能知道出现这种情况的原因
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: