question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: spawn git ENOENT

See original GitHub issue

Describe 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 image

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vladRGaemblacommented, Dec 8, 2022

@EndBug THank you! This is helped me

0reactions
EndBugcommented, Dec 5, 2022

I would try installing git before checking out the repository, so that the repository can be correctly set up

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found