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.
It's the standardard ports for the respective protocols, so 80/443 for http/https and 22 for SSH.
So it would not be possible to pass trou the proxy? ... I would need to allow connections to bitbucket on the firewall.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SourceTree includes a bundled Git but you can use a system git if you want via Preferences > Git. Either way, your ~/.gitconfig applies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah great. That is the natively installed git. Dose sourcetree come with its own version of git bundeled if you like or not?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So they both read from the same preferecences file being: ~/.gitconfig ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, git always reads this file regardless of where it's being called from or where it's located.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the help and the insights steve. greatly appreciated...
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.