vector-of-bool / vscode-gitflow

Gitflow integration for Visual Studio Code
90 stars 22 forks source link

Error : spawn git ENOENT #6

Closed noontz closed 7 years ago

noontz commented 8 years ago

Error id thrown on all gitflow commands

Tried on empty folder with new repo Tried on Folder with repo initialized from SmartGit

ajsb85 commented 7 years ago

image

vector-of-bool commented 7 years ago

Sorry to leave this one for a while. Could I see some console output regarding the failing command? Also may be useful to see the output from where git, when run from a regular command line.

ajsb85 commented 7 years ago

ENOENT = Error NO ENTry

Relative to #10

vector-of-bool commented 7 years ago

After a long time of being unsure of a fix, a PR from d-schiffner has probably fixed this issue. Go out and give it a try!

vector-of-bool commented 7 years ago

Is anyone still experiencing this issue?