-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
bucket add fails behind proxy #1615
Comments
Know any work arounds? |
As a workaround, try including the manual proxy configuration, rather than the Either |
The problem lies with this line: https://github.com/lukesampson/scoop/blob/master/lib/git.ps1#L5 |
Same issue here.
I connect and disconnect to my company VPN many times a day. The VPN automatically sets my system proxy to the company's proxy. Therefore I don't want to have to configure scoop's proxy manually, as I would have to set and remove that every time too. I'd like to use |
I have the same issue. Manual workaround is before I do |
Something simple like adding another config option works for me:
|
From @taro-ball in #4086:
|
- By using direct path to ~\scoop\apps\git\current\mingw64\bin\git.exe this prevents spawning subprocesses and improves execution time - Fixes ScoopInstaller#1615 by replacing currentuser@ with :@ - Spawns cmd.exe only if proxy is set and required by the git command
Successfully installed scoop and after settings proxy (
scoop config proxy currentuser@default
) was able toscoop install
howeverscoop bucket add extras
fails with following errorThe text was updated successfully, but these errors were encountered: