Scoop: Scoop update failed

Created on 13 May 2020  路  3Comments  路  Source: lukesampson/scoop

I can't update the scoop or install other apps for the following reasons.

PS C:\Users\Xuyy1> scoop update
Updating Scoop...
fatal: unable to access 'https://github.com/lukesampson/scoop/': Failed to connect to 127.0.0.1 port 1080: Connection refused
Scoop update failed.

I have tried git config --global --unset http.proxy , git config --global --unset https.proxy and scoop config rm proxy but it didn't work.

Most helpful comment

Try this command and see if it works.
scoop config proxy none
It looks like you are using Shadowsocks, but it doesn't work. Please check if you have set up a system proxy (Settings-Network and Internet-Proxy), if so please turn it off and try again.

All 3 comments

scoop config rm proxy but it didn't work.

Try to open C:\Users\yourname\.config\scoop\config.json and remove proxy from the config file.

I have tried it just now. However, there is nothing about proxy. The things in config.json are as follows.

{
    "lastupdate":  "2020-05-12T22:59:48.7972001+08:00",
    "SCOOP_REPO":  "https://github.com/lukesampson/scoop",
    "SCOOP_BRANCH":  "master"
}

Then I deleted all of them, however, the problem still existed.

Try this command and see if it works.
scoop config proxy none
It looks like you are using Shadowsocks, but it doesn't work. Please check if you have set up a system proxy (Settings-Network and Internet-Proxy), if so please turn it off and try again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

roysubs picture roysubs  路  3Comments

SinisterBlade picture SinisterBlade  路  3Comments

benplm picture benplm  路  3Comments

SlvrEagle23 picture SlvrEagle23  路  3Comments

ShivanshuKantPrasad picture ShivanshuKantPrasad  路  3Comments