Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git: 'pull' is not a git command. See 'git --help' [duplicate]

Tags:

git

macos

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?

like image 390
James Raitsev Avatar asked Jan 15 '23 23:01

James Raitsev


1 Answers

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$
like image 90
Rawkode Avatar answered Jan 17 '23 11:01

Rawkode