Issues with Git Path (git command not found)
I recently had to replace the hard drive on my MacBook, and the backup/restore process from my Time Machine went flawlessly. Except for one thing: the first time I went to work on one of my projects, I received a “git: command not found” message when running “git status” in my project directory. Git was installed, so I knew there had to be some configuration issue. After a little searching, it seemed like my path was incorrect.
More »