git: 'pull' is not a git command. See 'git --help'
git, macos
Solution
Can you confirm that git-core is in the correct place?
iMac:~ david$ git --exec-path
/usr/local/git/libexec/git-core
iMac:~ david$ ls /usr/local/git/libexec/
git-core
iMac:~ david$
Problem
Possible Duplicate: “git pull” broken Using `git version 1.7.5.4` on my MAC When trying to `pull` from remote, i am getting the `git: 'pull' is not a git command. See 'git --help'.` error. This used to work. Something changed on my system, not sure what. How can this be resolved please? What might be the problem here?