Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stormwild
Last active June 20, 2023 06:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stormwild/a1864401655e1d378ee3f73c0a4a72bf to your computer and use it in GitHub Desktop.
Save stormwild/a1864401655e1d378ee3f73c0a4a72bf to your computer and use it in GitHub Desktop.
How to install SourceTree v1.6.4 for Windows

How to install SourceTree v1.6.4 for Windows

This gist shows how to install SourceTree without having to login to an Atlassian account.

Later versions of SourceTree after v1.6.4 require a login to an Atlassian account.

Steps

  • Install Chocolatey
  • Install SourceTree 1.6.4 using Chocolatey

Install Chocolatey

  • Run Windows Powershell as Administrator
  • Run the following command Set-ExecutionPolicy Bypass; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Install SourceTree Using Chocolatey

Run the following command within an administrative console/terminal/powershell.

choco install sourcetree --version 1.6.4

References

SourceTree Not Working?

Solved: Source tree not starting in windows 10

For me, the fix was to

  1. Navigate to C:\Users\UserName\AppData\Local\Atlassian
  2. Under there, you will see SourceTree.exe_Url_RandomGuid
  3. Delete all of those style folders so you are only left with one folder called SourceTree
  4. Start SourceTree, and it will rebuild that settings file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment