Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't resolve proxy 'none' #1728

Closed
teelicht opened this issue Sep 26, 2017 · 5 comments
Closed

Couldn't resolve proxy 'none' #1728

teelicht opened this issue Sep 26, 2017 · 5 comments

Comments

@teelicht
Copy link

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.

@chawyehsu
Copy link
Member

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

@teelicht
Copy link
Author

same result :(
i'm on win 10 pro

@chawyehsu
Copy link
Member

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.

@r15ch13
Copy link
Member

r15ch13 commented Sep 26, 2017

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

@teelicht
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants