I'm currently investigating this. [gitane](https://github.com/niallo/Gitane) will always cause an `ENOENT` when invoking `git` (on Windows). This is because it overrides the environment. `spawn("git")` works just fine for this plugin itself.
I'm currently investigating this. gitane will always cause an
ENOENTwhen invokinggit(on Windows).This is because it overrides the environment.
spawn("git")works just fine for this plugin itself.