I am attempting to configure Sourcetree from behind my proxy. I am using v 2.5.5.0
I am getting:
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false ls-remote https://<<repo>>
Output:
Error: fatal: unable to access 'https://<<repo>>': Received HTTP code 407 from proxy after CONNECT
Note, I have configured the proxy settings in Options > Network. I have also entered the username and password.
I am using the system GIT.
I can run the clone successfully from the command line when I set the proxy via:
git config --global http.proxy http://<<username>>:<<password>>@<<server>>:9090
I also believe that Sourcetree is not setting the username/password correctly, as when I run
git config --global --get http.proxy
I get:
Note, the username and password details are not included.
Can you advise how I should configure my proxy from Sourcetree?
Thanks
Hello! I can confirm this is an issue in the latest builds. I'll file a ticket internally for it. As a work-around you can use the git config command to set the proxy -- just uncheck the "add proxy server config to git" before running it.
Thanks Mike. Can you confirm back when there is an ETA for a new build which fixes this bug?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Was there ever a fix for this ? In the latest builds of sourcetree, there is not even an option to set proxy details
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.