-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
no_proxy env var no more working due to curl version used #4171
Comments
Like Git for Windows 2.38.1 and earlier? Curl v7.87.0 with the fix for this regression is expected for next week. I don't think we'll rollback our curl version and create a 2.39.0(2) for this minor regression. |
The point with Scoop is that it pulls the latest version. So currently fresh git installs with Scoop are stuck to 2.39.0. But since the next curl release is expected for next week, this is probably not a big issue. |
@sburkard you could also backport the relevant patch(es), add them as |
In anticipation of the upcoming cURL version, I added this to the "Next milestone", i.e. to the list of tickets that will go into the next official Git for Windows release. |
This will most likely be addressed by #4191. |
@sburkard please test the tentative installer or the tentative Portable Git. |
/add release note bug A regression that caused The workflow run was started |
A [regression](git-for-windows/git#4171) that Signed-off-by: gitforwindowshelper[bot] <gitforwindowshelper-bot@users.noreply.github.com>
Thank you for testing. You will be delighted to learn that v2.39.0(2) was released in the meantime, containing the fix. |
Yes, awesome! And the new version is already delivered via Scoop 😄 |
Setup
defaults?
No options, just default
to the issue you're seeing?
Git installed through Scoop package manager
Details
Git Bash and Powershell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
That the repository is cloned
An error because curl tries to reach the internal repository through the proxy. It actually ignores the no_proxy environment variable
This seems to be broken in curl and already fixed. See also curl/curl#9884
It would be nice to have a Git for Windows Release that uses an older version of curl where the no_proxy variable is used correctly.
The text was updated successfully, but these errors were encountered: