-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pathspec issue on windows #7
Comments
I'm not clear on what you mean. Can you provide more details? |
I'm running in Poweshell on windows. execSync("git commit -m '".concat(answer.message.replace(/'/, "\'"), "'"), { stdio: 'inherit' }); git commit -m 'Update password reset duration to 60 minutes' It looks as if pathSpec is interpreting each word of the commit as separate parameters hence pathspec errors. |
I have the same issue. OS: Windows 11. |
Does the Commit message need to include the filenames included in the commit?
I have ran commitgpt a few times for this commit and none of the suggestions include the filename.
But it looks as if the filename is required in the commit message.
The text was updated successfully, but these errors were encountered: