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 wrote: >

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

2013-02-27 Thread John McKown
The command "git" is not in any of the directories in the $PATH environment variable. I don't use MacOSX much at all, so I don't know how to set up this for a Terminal session. This might help: http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/ I think you can use Finder to

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 ca

[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

2011-04-03 Thread David Aguilar
On Apr 3, 2011, at 5:42 PM, suresh 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. > > What is happe

[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 subsc