Skip to content
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

Add support for the NO_PROXY bypass environment variable #299

Merged
merged 3 commits into from
Mar 1, 2021

Conversation

mjcheetham
Copy link
Collaborator

Add support for the cURL environment variable (also respected by Git) to list a set of host names that should connect directly (bypass), and not connect via the configured proxy.

Fixes #297

Add support for the cURL environment variable (also respected by Git) to
list a set of host names that should connect directly (bypass), and not
connect via the configured proxy.
Copy link
Collaborator

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

docs/netconfig.md Outdated Show resolved Hide resolved
src/shared/Microsoft.Git.CredentialManager/Settings.cs Outdated Show resolved Hide resolved
mjcheetham and others added 2 commits March 1, 2021 14:55
Copy link
Collaborator

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mjcheetham mjcheetham merged commit 22fcece into git-ecosystem:master Mar 1, 2021
@mjcheetham mjcheetham deleted the noproxy2 branch March 1, 2021 17:30
@mjcheetham mjcheetham mentioned this pull request Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Respect NO_PROXY environment variable / configuration
2 participants