Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Sourcetree Proxy Configuration - HTTP 407 Error

Edited

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.

Capture.PNG

 

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:

http://10.83.75.3:9090 

Note, the username and password details are not included.

Can you advise how I should configure my proxy from Sourcetree?

Thanks

1 answer

0 votes
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jun 14, 2018

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?

Was there ever a fix for this ? In the latest builds of sourcetree, there is not even an option to set proxy details

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events