There is no reason that I know of to use macports or any other third party method to install git. The generic source distros at http://git-scm.com/ work just fine with their default configure settings on Mac OS X, and that is what I use on my Mac OS X. -- Darren Duncan
Peter Shenkin wrote: > If you installed using macports, it'll probably be in /opt/local/bin. > Unfortunately, spotlight doesn't seem to index that directory. > > -P. > > On Sat, Jan 2, 2010 at 11:24 PM, Darren Duncan <[email protected]> > wrote: >> First step, did you actually complete the 'make install' process, and where >> is >> your git physically located? Can you invoke git directly using its full >> path, >> eg using /usr/.../git ? -- Darren Duncan >> >> mobibob wrote: >>> Hi All, >>> >>> I followed the github workflow to setup my first project on my >>> macbook. The install went without errors, but when I went to the >>> terminal session to 'git init' it did not find the git command. >>> Obviously (or not), its not in my path. My questions: >>> >>> 1. Did I miss a step? >>> >>> 2. What is the proper order to add the path? >>> >>> 3. Does it go in >>> ~/.bash_profile or >>> ~/???Mac??.plist? (I don't know the user plist location) >>> or other? >>> >>> 4. Do I need any other exports set? >>> >>> Any additional information is appreciated. >>> >>> I am anxious to make progress on this today. >>> >>> -Thanks in advance, >>> mobibob -- You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en.
