node-git-server icon indicating copy to clipboard operation
node-git-server copied to clipboard

Is it possible to use this library without git installation?

Open sbwadkar opened this issue 3 years ago • 1 comments

Hi Team, could you please help me to use this library without actual git installation or how can we use external git binaries so the library works as expected?

sbwadkar avatar Jan 20 '22 06:01 sbwadkar

This is not possible since some of the core components literally spawn a process that uses the "git" command so you would need to somehow make a global command that referes to your git binarys

But honestly just install git...

h110m avatar Aug 16 '22 09:08 h110m