From 9eb7157b0f2de1cdd17b54c1d1d93d13f2e2aa2e Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Tue, 11 Dec 2018 06:13:39 -0800 Subject: [PATCH] add proxy workaround --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4dbb9082d..477d877122 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,7 @@ Please note the following known issues: read the PATH variable just once on startup. Thus, if you change PATH later to include the Flutter SDK path, this will not have an affect in IntelliJ until you restart the IDE. +- If you require network access to go through proxy settings, you will need to set the + `https_proxy` variable in your environment as as described in the + [pub docs](https://www.dartlang.org/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall). + (See also: #2914.)