git-aicommit icon indicating copy to clipboard operation
git-aicommit copied to clipboard

Does this support Windows?

Open chaoscreater opened this issue 2 years ago • 2 comments

Got it installed, but it complains about this on Windows:

fatal: ':(exclude)*.lock': '':(exclude)*.lock'' is outside repository at 'D:/Documents/exampleProject'
node:internal/errors:867
  const err = new Error(message);

chaoscreater avatar Jul 19 '23 06:07 chaoscreater

sorry brother, I don't have a Windows machine to test it on.

this is the place where diff command is constructed. try to console.log(diffCommand) (or debug) to see the command and run it in the terminal to see what's going on

shanginn avatar Jul 19 '23 06:07 shanginn

maybe try to set excludeFromDiff to an empty array in your config file

read more about RC files

shanginn avatar Jul 19 '23 07:07 shanginn