gitane is unable to invoke git on Windows
oliversalzburg opened this issue · 1 comments
oliversalzburg commented
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.
knownasilya commented
Nice 👍