git: command not found
- by B6431
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.