git2consul icon indicating copy to clipboard operation
git2consul copied to clipboard

fix crash on windows

Open andriniaina opened this issue 7 years ago • 1 comments

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.

andriniaina avatar Mar 07 '18 19:03 andriniaina

Use git2consul-windows for Windows OS https://www.npmjs.com/package/git2consul-windows. git2consul will only work on unix.

swyrik avatar May 30 '20 14:05 swyrik