Sourcetree Mac Not Working



I can not install SourceTree 2 on my MacBook (macOS Catalina) I download the latest version of the file from com/ Sourcetree4.0.1234 as a Zip file. Then, when I click the program, I get the fatal message: Can I change my security setting on Catalina? In this video I show you How to install Source Tree on your computer.

  • Status:Needs Triage(View Workflow)
  • Resolution: Unresolved
  • Fix Version/s: None
  • Labels:
  • Environment:
10.12

Hi

Sourcetree Mac Not WorkingSourcetree mac os 10.12

Another day another problem with Source tree - I really wish you guys would stop updating it or add some automated testing for accounts with two factor..

Clearly its not being tested.

The only way to push the key properly - is to add it to the agent via the command line and push it using the terminal ( thats how I managed to get the key working - but defeats the purpose of using sourcetree)

  • C: Users USERNAME AppData Local Atlassian SourceTree and removing the passwd file. Once this file is removed, restart SourceTree and execute a fetch or something else that requires access to the repo in question. SourceTree will then prompt you for your password, rewriting the cached credentials.
  • Nov 19, 2015 In Preferences Git, click Use System Git if you're not using it already Symbolically link the git-lfs binary into the same directory as the git binary on your system. For example if you had built from source and have installed your system Git from homebrew, ln -s $GOPATH/bin/git-lfs /usr/local/bin/git-lfs would work.

I thought I would try again now that I have some time - and its still not working.

Currently it appears that when you go through the process of generating a key - and signing in via Github - the key doesn't appear to be used when you push branches to Github.

Based on the SSH screen -

ExternalWorking

Attachments

  1. image-2017-06-10-16-35-59-937.png
    114 kB
  2. image-2017-06-10-16-36-03-541.png
    114 kB
Votes:
0Vote for this issue
Watchers:
1Start watching this issue

I have recently switched over from command line GIT to Atlassian Sourcetree because I like to see what is going on, makes things like branching and selective commits a whole lot nicer as well.

One issue I encountered was files set to be ignored in my .gitignore file were still showing up in the working copy when modified even though when looking via the command line, you see they’re being ignored.

The Issue

In my case the problem was I was trying to ignore files that were previously not ignored. I had some generated Javascript being compiled from Gulp.js that I was previously committing, I added my ignore directives AFTER the fact.

Sourcetree Mac Not Working On Chrome

In the eys of Sourcetree, changes are still showing up and being commited because even though you’re now ignoring them, GIT and Sourcetree still think they’re important.

Sourcetree Mac Not Working On Linux

The Fix

Mac Sourcetree Open In Terminal Not Working

Remarkably simple. You just need to right click on the file(s) you want to ignore and click, “Stop Tracking” this will stop the file being tracked, but keep it locally on your machine.

Just make sure you have all of the files you’re untracking added to your .gitignore file or you’ll still see them.