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
i couldn't to login
wasmer login error: failed to setup proxy for reqwest Client ╰─▶ 1: Could not connect to proxy: builder error: unknown proxy scheme
$ echo $https_proxy https://127.0.0.1:7890/ $ echo $http_proxy http://127.0.0.1:7890/
the proxy actually works good. how to fix my question?
The text was updated successfully, but these errors were encountered:
RUN-105 failed to login
Sorry, something went wrong.
HTTPS proxies should work just fine in theory, we will need to look into the cause of the issue.
No branches or pull requests
Summary
i couldn't to login
Additional details
wasmer login
error: failed to setup proxy for reqwest Client
╰─▶ 1: Could not connect to proxy: builder error: unknown proxy scheme
$ echo $https_proxy
https://127.0.0.1:7890/
$ echo $http_proxy
http://127.0.0.1:7890/
the proxy actually works good.
how to fix my question?
The text was updated successfully, but these errors were encountered: