0

If I type which node in git bash in Windows, then I get node's path, but when I type which open, it says it's not found.

The open program is in PATH, but not marked as executable since chmod +x doesn't work in windows.

I tried running git update-index --chmod=+x on the file but that doesn't fix which behavior.

Any ideas?

2
  • Have you considered running git via cygwin? Commented May 17, 2016 at 7:06
  • I didn't have a good experience with cygwin but it would probably work. Now that I know bash is comming to windows 10 I guess we'll just have to wait for it.
    – Rivenfall
    Commented May 24, 2016 at 8:31

0

You must log in to answer this question.

Browse other questions tagged .