Strider-CD/strider-git

gitane is unable to invoke git on Windows

oliversalzburg opened this issue · 1 comments

I'm currently investigating this. 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.

Nice 👍