microsoft / tfs-cli

Cross-platform CLI for Microsoft Team Foundation Server and Visual Studio Team Services
MIT License
371 stars 131 forks source link

Proxy errors with environment variables #214

Open arasium opened 7 years ago

arasium commented 7 years ago

Hi,

we have set our variable HTTP_PROXY, HTTPS_PROXY and NO_PROXY for many tools (git, npm etc...). With this, tfx-cli fail to connect to our on premise tfs. If I remove these variables and set the proxy via internet explorer settings, all is ok.

Is there an additional parameter to set to use environment variables for the proxy?

gforceg commented 7 years ago

Ran into this too. removing "set http_proxy=" for that session worked!