Search code examples
gitsublimetext3sublime-text-plugin

Sublime Text 3 Git Gutter not working


When I first installed GitGutter, it kept saying that it needed Git and the path specified.

I first moved the Git in the same folder, but then I decided to switch to its original folder and specified the path in the environment variable.
It stopped showing the error message, but it is still not working.

Why is it not working?

Here is what I have tried:

Here is before I add a bunch of spaces:

before

This is after I add the spaces:

after

As you can see, GitGutter does not display anything indicating my file has changed.
Why?


Solution

  • Try going to this link. However, this assumes that you have gotten git up and running. It might be what you are looking for https://github.com/jisaacks/GitGutter/issues/152. Hope that helps!