You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration such as proxy can be activated in command as choco config set proxy http://sample, but there is no way to turn that off.
Due to the restriction of config set command, you can't usechoco config set proxy "" to remove proxy address.
I think it's better to stick with that to avoid unwanted effect and add a unset command to remove proxy settings
e.g. choco config unset proxy
The text was updated successfully, but these errors were encountered:
zhao-xu
added a commit
to zhao-xu/choco
that referenced
this issue
Jan 16, 2016
Configuration such as proxy can be activated in command as
choco config set proxy http://sample
, but there is no way to turn that off.Due to the restriction of
config set
command, you can't usechoco config set proxy ""
to remove proxy address.I think it's better to stick with that to avoid unwanted effect and add a
unset
command to remove proxy settingse.g.
choco config unset proxy
The text was updated successfully, but these errors were encountered: