Replies: 5 comments 14 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.
-
|
I had experienced the exact same issue with this application, only now to realize that the app was telling me that the evaluation period was over, and was "suggesting" to upgrading to their Pro version. Thinking that there may have been some behind-the-scence sheenanigans going on, I uninstalled the app, and reloaded a fresh new copy of the app, CE version only. I did some checksum verifications and compared the prior version to the current version, and it did in fact, do some "upgrades"; also checking the OS logs proved that the app did reach out to a cloud-based site for the app itself, and some code was downloaded. The problem appears to have disappeared altogether; however, just to make certain, I did check where "git" was located. For me, it was loaded under "/usr/bin", and was not installed under "/usr/local/bin". I simply created a symbolic link from "/usr/bin" -> "/usr/local/bin". I don't if it was due to my linking, or if it was due to the reinstallation of the app. As stated earlier, I no longer have the error message (exact one as shown above) popup during initial load. I am running Sonoma v14.8.2 with the latest patches on a MacBook Pro 2022 with an M2 and 24 GB of RAM. As an active developer of both macOS and LINUX apps, stability is my number one thing. If I want to experiment, I load newer versions of macOS into KVM or something else virtual. |
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