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
The roc command doesn't support proxies, as far as I can tell. The http_proxy/https_proxy env variables are ignored.
roc
http_proxy
https_proxy
The text was updated successfully, but these errors were encountered:
I'm not sure what you are trying to do here unfortunately. Can you give me a scenarion/example where this is a problem?
Sorry, something went wrong.
$ roc init web-app-react × Failed to fetch the list of official templates RequestError: connect ETIMEDOUT 192.30.253.117:443
I see, yeah that would be great to support and something we want to add!
In the meantime you can go around this by manually downloading the template as a ZIP file and point to that during init.
init
roc init ../next.zip
Nice, thanks 👍
No branches or pull requests
The
roc
command doesn't support proxies, as far as I can tell. Thehttp_proxy
/https_proxy
env variables are ignored.The text was updated successfully, but these errors were encountered: