paulirish/git-open

Installation error: git: 'git-open' is not a git command. See 'git --help'.

Opened this issue · 1 comments

t18n commented

I tried to install with both npm and antigen, but when I run git open, it always return "git: 'git-open' is not a git command. See 'git --help'." error.

Odd. I believe git-open needs to be in your $PATH and that's it.
Your git binary can be anywhere.

you'll want to figure out why the npm global install or antigen install doesn't ensure git-open is in your path.