Skip to content
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

Sleep error while using gitwrite #2

Open
Aryankpoor opened this issue Sep 24, 2024 · 0 comments
Open

Sleep error while using gitwrite #2

Aryankpoor opened this issue Sep 24, 2024 · 0 comments

Comments

@Aryankpoor
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant