用scoop遇到的一个问题
scoop bucket add extras时候报错
fatal: unable to access 'https://github.com/ScoopInstaller/Extras/': Failed to connect to 127.0.0.1 port 584 after 2044 ms: Couldn't connect to server
惊喜的发现,这玩意也要手动配代理(别配)
scoop代理配置 scoop config proxy 127.0.0.1:7890
删除代理配置 scoop config rm proxy
其实问题出在我手欠改了代理端口而git又偷懒没改(很早之前下的git)
# 设置 Git 代理(HTTP/HTTPS)
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
记得把端口改成正确的

浙公网安备 33010602011771号