Open andriniaina opened 6 years ago
Hello, git2consul crashes on Windows because the function process.getuid() does not exist. With this fix, on Windows, we assume that the directory is always writable.
process.getuid()
Use git2consul-windows for Windows OS https://www.npmjs.com/package/git2consul-windows. git2consul will only work on unix.
Hello, git2consul crashes on Windows because the function
process.getuid()
does not exist. With this fix, on Windows, we assume that the directory is always writable.