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
由于 wget 仅支持 http 代理,不支持 socks5 代理,导致无法使用代理。需要替换为 curl,curl 同时支持两种代理方式。
export http_proxy=socks5h://127.0.0.1:1080 export https_proxy=socks5h://127.0.0.1:1080
The text was updated successfully, but these errors were encountered:
已解决:https://github.com/swoole/swoole-cli/pull/153/files#diff-f5c5aecdd2031458d94ebb42fbce28e3dbe9fc21926badc42559c857dacd3266
Sorry, something went wrong.
No branches or pull requests
由于 wget 仅支持 http 代理,不支持 socks5 代理,导致无法使用代理。需要替换为 curl,curl 同时支持两种代理方式。
The text was updated successfully, but these errors were encountered: