Error: spawn git ENOENT
See original GitHub issueDescribe the bug
When we try to add files into git (translations) we always got this error:
Error: Error: Error: spawn git ENOENT
Workflow used
- name: Add lokalise translations
uses: EndBug/add-and-commit@v9
with:
message: 'Push translations [translations skip]'
default_author: github_actions
add: 'lang'
Expected behavior Should add files and push them into the branch.
Logs
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
VS Code Error: spawn git ENOENT - Stack Overflow
I get the error Error: spawn git ENOENT when I try to view git history using https://github.com/DonJayamanne/gitHistoryVSCode on VS Code.
Read more >Error: spawn git ENOENT · Issue #100 - GitHub
I keep getting this error message: Error: spawn git ENOENT when I try to view git history log for a private repository that...
Read more >Git: spawn git ENOENT (#383807) · Issues - GitLab
An error occurred while fetching the assigned iteration of the selected issue. Closed.
Read more >Git lab repository not found - Material Design for Bootstrap
Hi Damian,. I ran the command as you mentioned with my key and I am getting "npm not being able to find a...
Read more >Git node error can't clone or pull - Questions - n8n community
When I execute git node in my workflow, it can't pull or clone operation. What is the error message (if any)?. ERROR: Error:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@EndBug THank you! This is helped me
I would try installing git before checking out the repository, so that the repository can be correctly set up