[git-users] git: Command not found.

2013-02-27 Thread banacan99
I have a clone of a local repository on my computer, and when I try to issue any git command from Terminal I get this git: Command not found.. That seems to indicate that git is not in the directory containing the clone, but it is. In fact I have used GITX (the graphical interface for Mac)

Re: [git-users] git: Command not found.

2013-02-27 Thread Ryan Hodson
I have a clone of a local repository on my computer, and when I try to issue any git command from Terminal I get this git: Command not found.. That seems to indicate that git is not in the directory containing the clone, but it is. Actually, this is indicating that the git program can't be

Re: [git-users] git: Command not found.

2013-02-27 Thread Evgeny Goldin
I'd try downloading and installing Mac OS Git client - http://git-scm.com/download/mac. Or run sudo find / -name git to see where it's located if you believe it is installed already. On my Mac which git tells me /usr/local/git/bin/git. On Wed, Feb 27, 2013 at 9:51 PM, John McKown

[git-users] git: command not found

2011-04-03 Thread suresh
Hi I am able to use, git --version, git init, git commit -a successfully from my ubuntu 10.04 running git version 1.7.0.4. But when i give git config core.editor vi I get an error message, git: command not found. What is happening? suresh -- You received this message because you are

Re: [git-users] git: command not found

2011-04-03 Thread David Aguilar
On Apr 3, 2011, at 5:42 PM, suresh suresh.amritap...@gmail.com wrote: Hi I am able to use, git --version, git init, git commit -a successfully from my ubuntu 10.04 running git version 1.7.0.4. But when i give git config core.editor vi I get an error message, git: command not found.