Scoop: Couldn't resolve proxy 'none'

Created on 26 Sep 2017  路  5Comments  路  Source: lukesampson/scoop

I removed the proxy I previously configured in scoop via scoop config proxy none as described in the wiki. However, on scoop update I now get the following output:
Updating Scoop... fatal: unable to access 'https://github.com/lukesampson/scoop/': Couldn't resolve proxy 'none' Scoop update failed.

Most helpful comment

scoop config rm proxy is the right way to delete settings.

All 5 comments

try to use scoop config proxy "" to reset proxy.

same result :(
i'm on win 10 pro

ah, that's odd, or you can just edit the config file, $HOME\.scoop

{
    "proxy":  "",
    "SCOOP_BRANCH":  "master",
    "SCOOP_REPO":  "https://github.com/lukesampson/scoop",

remove the proxy attribute.

scoop config rm proxy is the right way to delete settings.

scoop config rm proxy worked! please update the wiki. thanks for your support!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

notlmn picture notlmn  路  3Comments

roysubs picture roysubs  路  3Comments

quantuumsnot picture quantuumsnot  路  3Comments

ShivanshuKantPrasad picture ShivanshuKantPrasad  路  3Comments

bernstein82 picture bernstein82  路  3Comments