Laragon with nodeJS and Git Portable > How to use Ungit
-
Hi, I use Laragon 4.0.2 with NodeJS.
I ve also an portable version of Git. I use it through Git bash, works fine.I try to use ungit, I install it:
npm install -g ungit
- ungit@1.4.36
Then, I try to launch ungit:
ungit
But I ve this error:
Error: Command failed: git --version
'git' n'est pas reconnu en tant que commande interneThere is a way to "tell" to NodeJS Where is the git portable version?
Thx you for your help, and sorry for my basic english.
-
Thx to this post:
https://forum.laragon.org/topic/1011/updating-git-in-laragonI put git to laragon in:
x:\laragon\bin\git
I restart laragon and now I can use Ungit!
Thx to Laragon I
Windows more ^.^