On 28 Nov 2008, at 14:07, Vahagn Hayrapetyan wrote:
> I had actually installed Git using this package:
> http://code.google.com/p/git-osx-installer/
>
> but maybe it is not the newest version?
Then it might just be that /usr/local/git is not in your path.
In the terminal, do:
which git
If git can be found, it will say something like: /usr/local/git/bin/git
If nothing is returned, it doesn't find the git application. If so,
add this to your ~/.bash_login file (if it doesn't exist, create it):
PATH="/usr/local/git/bin:/usr/local/git:${PATH}"
export PATH
Then close the terminal session and start a new one.
Best regards
Peter De Berdt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---