Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download Sourcetree and install it https://www.sourcetreeapp.com/

  2. Open Sourcetree, go to Tools → Options → Network

    1. Set the proxy server setting as follows

      1. Server: proxy.toronto.ca

      2. Port: 8080

    2. Check Proxy server requires username and password

      1. Click Username and Password…

      2. Enter your Novell username (org\userid) and password

...

Note

When you change your password, please re-do 2 (b).

...

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

Info

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.

...