-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Command Used
gitwrite 2019 "oasis" Aryankpoor
Error
'sleep' is not recognized as an internal or external command,
operable program or batch file.
node:internal/errors:984
const err = new Error(message);
^
Error: Command failed: sleep 0
'sleep' is not recognized as an internal or external command,
operable program or batch file.
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
code: 1,
killed: false,
signal: null,
cmd: 'sleep 0'
}
When letting gitwrite read username from global config
Command Used
gitwrite 2019 "OASIS"
Error faced
A subdirectory or file ContribGraphMessages already exists.
'true' is not recognized as an internal or external command,
operable program or batch file.
node:internal/errors:984
const err = new Error(message);
^
Error: Command failed: mkdir ContribGraphMessages || true
A subdirectory or file ContribGraphMessages already exists.
'true' is not recognized as an internal or external command,
operable program or batch file.
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
code: 1,
killed: false,
signal: null,
cmd: 'mkdir ContribGraphMessages || true'
}
Node.js v20.17.0
Metadata
Metadata
Assignees
Labels
No labels