We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue occurs if no username is defined in the git config. Could be more graceful
Committing changes to branch main node:internal/errors:983 const err = new Error(message); ^ Error: Command failed: git config user.name at genericNodeError (node:internal/errors:983:15) at wrappedFn (node:internal/errors:537:14) at checkExecSyncError (node:child_process:882:11) at execSync (node:child_process:954:15) at getName (C:\Users\Ian Skelskey\AppData\Roaming\nvm\v23.4.0\node_modules\evergit\dist\util\git.js:147:41) at getUserInfo (C:\Users\Ian Skelskey\AppData\Roaming\nvm\v23.4.0\node_modules\evergit\dist\cmd\commit.js:126:33) at C:\Users\Ian Skelskey\AppData\Roaming\nvm\v23.4.0\node_modules\evergit\dist\cmd\commit.js:43:26 at Generator.next (<anonymous>) at fulfilled (C:\Users\Ian Skelskey\AppData\Roaming\nvm\v23.4.0\node_modules\evergit\dist\cmd\commit.js:5:58) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) { status: 1, signal: null, output: [ null, Buffer(0) [Uint8Array] [], Buffer(0) [Uint8Array] [] ], pid: 9588, stdout: Buffer(0) [Uint8Array] [], stderr: Buffer(0) [Uint8Array] [] } Node.js v23.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue occurs if no username is defined in the git config. Could be more graceful
The text was updated successfully, but these errors were encountered: