Howdy. I have a macMin 2011 that is running the latest possible os (10.13.6) however the current version of sourcetree requires 10.14. I tried one major release back but it did not support gitlab. I am wondering. Being a unix programmer, windows programmer, etc. Why does your latest version need 10.14?? Is there no 10.13 version that supports gitlab?
Software companies in general just don't see the need for building in support for old, out of date and likely insecure operating systems.
If you really need Sourcetree to work on that Mac, perhaps consider upgrading it to a newer version of the OS using something like MacOS patcher.
Failing that, an old version of Sourcetree should connect to any remote git repository. If you can clone the repo using the command line, then Sourcetree should be able to support whatever was produced. In general, I always clone on the command line and then afterwards, run this in the root of the repo:
stree .
...then Sourcetree opens up and you can continue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.