You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.