I solve it removing proxy enviroment variables in cli/cmd.
You can do it in current session:
set HTTP_PROXY=
set HTTPS_PROXY=
or for permanet remove:
setx HTTP_PROXY ""
Regards,