node-git-server
node-git-server copied to clipboard
Is it possible to use this library without git installation?
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?
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...