git2consul
git2consul copied to clipboard
fix crash on windows
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.
Use git2consul-windows for Windows OS https://www.npmjs.com/package/git2consul-windows. git2consul will only work on unix.