Replies: 4 comments 13 replies
-
Can you post a screenshot of the error. Which OS is this. |
Beta Was this translation helpful? Give feedback.
-
Git Error AnalysisThank you for reporting this issue! ❗ Error Message
🧠 Root CauseThis error indicates that Phoenix Code tried to launch Git from:
But the system returned
🔍 How to Check if Git is InstalledOpen the Terminal and run: git --version
Let us know your system configuration (macOS Intel vs Apple Silicon, whether Git was installed via Homebrew or Xcode), and we’ll provide a tailored resolution. |
Beta Was this translation helpful? Give feedback.
-
Quite strange, even if git is not installed, the dialog shouldn't have appeared as Git is not mandatory for phcode to work. what is the OS version? |
Beta Was this translation helpful? Give feedback.
-
It seems that the bug still exists, because I have the same problem. Checked: git is installed, the path to it is /usr/local/opt/git/bin/git.
also did not work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There was an issue while I was in the middle of coding, whenever I would begin a new line of code the text would turn red and not register. So I decided to uninstall phcode and reinstall it, but I was immediately greeted with this error:
Error: Error: Error: spawn /usr/local/bin/git ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Is there any way to fix this? I believe its messing up my code. When I try to live preview it now everything is askew
Beta Was this translation helpful? Give feedback.
All reactions