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
'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
The text was updated successfully, but these errors were encountered:
Command Used
Error
When letting gitwrite read username from global config
Command Used
Error faced
The text was updated successfully, but these errors were encountered: