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: https://support.atlassian.com/bitbucket-cloud/docs/tutorial-learn-bitbucket-with-sourcetree/
\uD83D\uDCD8 Instructions
Download Sourcetree and install it https://www.sourcetreeapp.com/
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 your 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
Here is the link to the GTS repository. If you don’t have the proper access to the repository you need, please contact the repository owner.