Page 1 of 1

Augh, not again

PostPosted: Thursday, 20th October 2016, 03:42
by jwoodward48ss
  Code:
$ git
-bash: git: command not found

I don't know what I'm doing wrong.

Re: Augh, not again

PostPosted: Thursday, 20th October 2016, 08:31
by sooheon
It means git isn't in your PATH. Try `which git` just to confirm, then go ahead and google how to install git for whichever OS you have.