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…