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
RROR! Error: spawn git ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
seems git is not in the image
Motivation for or Use Case
Reproduce the error
run : sudo docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin
KHipster Version(s)
latest docker image
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
Overview of the issue
docker run show an error
RROR! Error: spawn git ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
at onErrorNT (internal/child_process.js:465:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
seems git is not in the image
Motivation for or Use Case
Reproduce the error
run : sudo docker run -it --rm -v $PWD:/home/khipster/app jhipster-generator-kotlin
KHipster Version(s)
latest docker image
The text was updated successfully, but these errors were encountered: