Henrys wrote: > Please help. > > Environment: OS X 10.6.8 > I downloaded *_git-1.7.11.1-intel-universal-snow-leopard.dmg_* > Installation completed successfully, but then: > > $ git > -bash: git: command not found > $ echo $PATH > /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/usr/local/bin:/usr/X11/bin > > I checked all PATH directories. Yes, there is no "git" file > Where did the installer place Git? > What to do with PATH? > Other advices? > > > > > -- > You received this message because you are subscribed to the Google > Groups "Git for human beings" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/git-users/-/jMf2BLEov4YJ. > 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/git-users?hl=en. Hi Henrys,
The segment of your path "/usr/local/usr/local/bin" looks suspicious. It should probably read "/usr/local/bin". That's probably where git was installed. Regards, Mel -- You received this message because you are subscribed to the Google Groups "Git for human beings" 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/git-users?hl=en.
