I downloaded and install Git from http://code.google.com/p/git-osx-installer/ .
After installing I can't use my Git installation.
thomas-macbook-:test zozo$ git init
-bash: git: command not found
What is wrong?
|
I downloaded and install Git from http://code.google.com/p/git-osx-installer/ .
What is wrong? | |||||
feedback
|
|
You'll need to add /usr/local/git/bin/ to your PATH, for example by adding to .profile
| |||
feedback
|