Setup Bitbucket in Souretree
City uses Bitbucket Cloud as the code repository, Sourcetree is a free repository client (GIT GUI), both are Atlassian productions.
This article helps users set up Sourcetree to access City’s Bitbucket repository. For how to use Sourcetree to create a repository, pull and other general usage, please refer to this document: Tutorial: Learn Bitbucket with Sourcetree | Bitbucket Cloud | Atlassian Support
Instructions
Download Sourcetree and install it Sourcetree | Free Git GUI for Mac and Windows
Open Sourcetree, go to Tools → Options → Network
Set the proxy server setting as follows
Server: proxy.toronto.ca
Port: 8080
Check Proxy server requires username and password
Click Username and Password…
Enter your Novell username (org\userid) and password
When you change the password, please re-enter the password in the Proxy server section.
Alternatively, you can run the following comment in the Git command line:
git config --global http.proxy http://YOURUSERNAME:YourNewPASSWORD@proxy.toronto.ca:8080
git config --global https.proxy https://YOURUSERNAME:YourNewPassword@proxy.toronto.ca:8080
Related links
GTS Repository - If you don’t have the proper access to the repository you need, please contact the repository owner.