-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Allow the editor to use a proxy for updates #5455
Comments
Set owner to @pq. |
This comment was originally written by ecopat...@gmail.com Here's a solution I found, in the Windowsm you can acess the "Environment variables" and add the variable named HTTP_PROXY with the value https://USER:PASSWORD@my.proxy.adress:PORT |
Thanks for the follow-up. Ideally we'll make this a bit easier for the user by surfacing a "network" configuration option (in our configuration file or in preferences). Stay tuned :) |
This comment was originally written by jmayomart...@gmail.com The environment variable HTTP_PROXY not works for me; DART Editor returns me: "Unable to get latest revision" |
This comment was originally written by ec...@gmail.com @jmayomartin@gmail.com: I can't update it through Editor either, but the HTTP_PROXY let me runs pub install and pub update. When I need to update the editor, I re-download it :/ |
This comment was originally written by jaworowski....@gmail.com Unfortunatelly the HTTP_PROXY does not work for me when running pub install and pub update.
|
Issue #8956 has been merged into this issue. |
This comment was originally written by sunil.k...@gmail.com This is a big issue for working inside of corportate networks. I would prefer it to utilize chrome or system settings. |
This comment was originally written by xhaman...@gmail.com when will be fixed this? |
This comment was originally written by polido...@gmail.com I have HTTP_PROXY and it doesn't work for me. |
This comment was originally written by sudh...@gmail.com http_proxy doesn't work. I tried from Windows (environment variables) as well as command line from cygwin terminal by setting http_prpxy manually and running "pub install". $ /cygdrive/c/software/dart/dart-sdk/bin/pub.bat install In my pubspec.yaml file, I do not have https though. name: vector_victor |
This comment was originally written by ri...@gmail.com I added Java proxy configuration to the editor's INI (DartEditor.ini) file and it works: |
This comment was originally written by fcorvais...@gmail.com I am not able to run the samples included in the dart editor package and I am behind a proxy (with no user/password to set) |
This comment was originally written by vin.sandeep...@gmail.com Same with me. Even setting https_proxy or http_proxy environment variables in my windows machine didn't solve the problem when my n/w is behind a proxy. Any help appreciated. |
@bob, Any thoughts on this? cc @munificent. |
The editor cannot download updates when a proxy is installed onto the user's network. A proxy is common for corporate environments.
The text was updated successfully, but these errors were encountered: