You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const program = new Command()
export const git = program
.command("git")
.description("use git add git commit git push ")
.action(arg => {
runCommitCZ()
})
erro pathspec 'git' did not match any file(s) known to git
git exited with error code 1
at ChildProcess. (D:\bBoyCli\node_modules\commitizen\dist\git\commit.js:810:28)
How can I modify and fix this problem, thanks for help
The text was updated successfully, but these errors were encountered:
erro pathspec 'git' did not match any file(s) known to git
git exited with error code 1
at ChildProcess. (D:\bBoyCli\node_modules\commitizen\dist\git\commit.js:810:28)
How can I modify and fix this problem, thanks for help
The text was updated successfully, but these errors were encountered: