Skip to main content
Aliaksandr Satskou が「#Apex」で質問
Hi

Please, help to set up proxy for SFDX CLI.

I'm trying:

sfdx update

I'm getting:

If you are behind a proxy, please make sure that the network 'proxy' config is set properly.  See: 'npm help config'

Regards, Aliaksandr Satskou
6 件の回答
  1. 2017年10月23日 15:33
    Hi.

    Check

      internet options > lan settings > bypass proxy server for local addresses

    on, because the login process seems to pass localhost(1717),

    and this page should not be via proxy.

    Then type command

      set https_proxy=[your proxy adress]

    then you can login to DevHub using OAuth.

    i hope this helps you.
0/9000