gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

Is it possible to use this library without git installation? #93

Open sbwadkar opened 2 years ago

sbwadkar commented 2 years ago

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?

h110m commented 2 years ago

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...