Describe the issue/error/question
When I execute git node in my workflow, it can’t pull or clone operation.
What is the error message (if any)?
ERROR: Error: spawn git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16) at processTicksAndRejections (node:internal/process/task_queues:83:21)
Please share the workflow
Share the output returned by the last node
Error: Error: spawn git ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
at Object.action (/usr/local/lib/node_modules/n8n/node_modules/simple-git/dist/cjs/index.js:1228:25)
at PluginStore.exec (/usr/local/lib/node_modules/n8n/node_modules/simple-git/dist/cjs/index.js:1263:29)
at /usr/local/lib/node_modules/n8n/node_modules/simple-git/dist/cjs/index.js:1627:43
at new Promise (<anonymous>)
at GitExecutorChain.handleTaskData (/usr/local/lib/node_modules/n8n/node_modules/simple-git/dist/cjs/index.js:1625:16)
at GitExecutorChain.<anonymous> (/usr/local/lib/node_modules/n8n/node_modules/simple-git/dist/cjs/index.js:1609:44)
at Generator.next (<anonymous>)
at fulfilled (/usr/local/lib/node_modules/n8n/node_modules/simple-git/dist/cjs/index.js:55:24)
Information on your n8n setup
- n8n version: 0.193.5
- Database you’re using (default: SQLite): postgresql 14.2
- Running n8n with the execution process [own(default), main]: default
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: docker