-
-
Notifications
You must be signed in to change notification settings - Fork 605
can't push/pull behind proxy #994
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
Comments
upstream libgit2 seems to support this: libgit2/libgit2#4112 can you run |
|
I've also set Uppercase and Lowercase proxy variables
|
ok I think I know what this is about. can someone build from source and test the fix I pushed to #1101 ? |
I'm still having the same issue on version 0.20.1 with http_proxy, https_proxy, HTTP_PROXY, and HTTPS_PROXY all set and valid. Git works fine from the CLI, but not from GitUI. Has anybody else tested this after #1101? |
Describe the bug
Git ui is not able to push/pull when behind corporate proxy
To Reproduce
Steps to reproduce the behavior:
or
Expected behavior
Being able to push commits to remote when running behind porxy
Screenshots

When pulling following message comes up
but when git pull is run from same terminal it works
Context (please complete the following information):
Proxy is set using environment variables http_proxy & https_proxy
The text was updated successfully, but these errors were encountered: