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

Network Port on SourceTree?

Andrew Joyce August 19, 2012

What network port does sourcetree use to connect to bitbucket using?

I have a proxy on the network i am currently working on and would like to know which port to unblock to allow this connection to work.

1 answer

1 accepted

0 votes
Answer accepted
stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 19, 2012

It's the standardard ports for the respective protocols, so 80/443 for http/https and 22 for SSH.

Andrew Joyce August 19, 2012

So it would not be possible to pass trou the proxy? ... I would need to allow connections to bitbucket on the firewall.

stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 20, 2012

You can configure your underlying hg/git to use a proxy server if you like, we don't expose this in the Preferences right now. In git you do this with the 'http.proxy' option in your .gitconfig, in hg it's the http_proxy.host variable.

stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 20, 2012

SourceTree includes a bundled Git but you can use a system git if you want via Preferences > Git. Either way, your ~/.gitconfig applies.

Andrew Joyce August 20, 2012

Ah great. That is the natively installed git. Dose sourcetree come with its own version of git bundeled if you like or not?

Andrew Joyce August 20, 2012

So they both read from the same preferecences file being: ~/.gitconfig ?

stevestreeting
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 20, 2012

Yes, git always reads this file regardless of where it's being called from or where it's located.

Andrew Joyce August 20, 2012

Thanks for the help and the insights steve. greatly appreciated...

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events