git: command not found

Posted by B6431 on Super User See other posts from Super User or by B6431
Published on 2012-06-17T17:50:48Z Indexed on 2012/06/17 21:19 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Using github for the first time. In terminal I receive this error

git: command not found

If I type in terminal

which git

it returns nothing. If I type

which github

it returns /usr/local/bin/github

Github's command line utility seems to be installing a github but not a git. echo $PATH returns /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin. Currently do not have a .bash_profile or .profile. Not sure if that is significant. Am a command line and $PATH rookie but am determined to learn. Mac OS version 10.6.8 and Github version 1.2.8. All advice is appreciated.

© Super User or respective owner

Related posts about osx

Related posts about command-line