jellyedwards / gitsweep

VS Code extension to allow changes files to be excluded from git (--skip-worktree, --assume-unchanged, exclude file)
19 stars 1 forks source link

ENOENT: no such file or directory, open ;fatal #22

Open McMac opened 1 month ago

McMac commented 1 month ago

trying to use the gitsweep vscode plugin and trying to excluce a file from being commited to git, I get this error:

ENOENT: no such file or directory, open ;fatal: not a git repository (or any of the parent directories): git/git/info/exclude*

No indication of what it is actually looking for as this directory is most likely not going to exist.

Please adivse

--

I'm using VScode on MacOS.

jellyedwards commented 2 weeks ago

Hey @McMac can you give me an outline of your project directory? Usually it'll look in the root folder for .git/info/exclude but it seems to be getting an extra git in there

apologies in advance for being slow to respond, very little spare time these days!