Running scoop update to update scoop its self fails with fatal: unable to access 'https://github.com/lukesampson/scoop/': Failed to connect to github.com port 443: Timed out. Updating packages _installed_ with scoop works fine however.
You probably need to configure Scoop to use your proxy.
Thanks, that did solve my issue, but considering I already had settings configured in Windows and every other install/update command worked fine off of those settings I think this might still be a bug?
Ah okay, yes it looks like Scoop might have been forcing Git not to use the proxy that was already configured in Windows. Git is used for scoop update but not for updating or installing packages.
Can you please try running scoop config rm proxy and then running scoop update to see if the problem is fixed?
Tried it and it seems to be working as expected now. Thanks.
PS C:\> scoop config rm proxy
PS C:\> scoop update
Updating Scoop...
Scoop was updated successfully!
Great! Thanks for reporting this.
Most helpful comment
Tried it and it seems to be working as expected now. Thanks.