We can’t tell without knowing what hardware you are running. If you Mac
has a 64 bit processor then install the x86_64 bit version. This is most
likely the case. For example: the only MacBook Pro that was not 64 bit
was the very first model. That one had a Core Duo processor as opposed
to the Core 2 Duo. All currently shipping Macs (AFAIK) are 64-bit.
We can’t tell without knowing what hardware you are running. If you Mac
has a 64 bit processor then install the x86_64 bit version. This is most
likely the case. For example: the only MacBook Pro that was not 64 bit
was the very first model. That one had a Core Duo processor as opposed
to the Core 2 Duo. All currently shipping Macs (AFAIK) are 64-bit.
Oh! I also forgot to mention that there are other ways to install git on
the Mac. If you installed Xcode 4 in order to get the C compilers then
it installs a fairly recent version of git. So you may already have git
installed.
Git can also be installed via Homebrew, macport (yuck), or possibly by
other means.
Yeah, I would recommend using Homebrew to install Git. It was super easy
for me.
brew install git
I didn’t need to choose which version to download because it figured
that out for me. Once you start using Homebrew, you’ll want to start
using it to install everything. =]
Model Name: MacBook
Model Identifier: MacBook2,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2.16 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 4 MB
Memory: 2 GB
Bus Speed: 667 MHz
Boot ROM Version: MB21.00A5.B07
SMC Version (system): 1.17f0
Serial Number (system): W87250Z3YA8
Hardware UUID: 00000000-0000-1000-8000-001B631EC639
Sudden Motion Sensor:
State: Enabled
Guessing anyone will do just fine taking into consideration that Lion
is capable of running 64bit application as well as 32 bit application.
I would highly recommend installing git via package manager thou (brew
We can’t tell without knowing what hardware you are running. If you Mac
has a 64 bit processor then install the x86_64 bit version. This is most
likely the case. For example: the only MacBook Pro that was not 64 bit
was the very first model. That one had a Core Duo processor as opposed
to the Core 2 Duo. All currently shipping Macs (AFAIK) are 64-bit.
Oh! I also forgot to mention that there are other ways to install git on
the Mac. If you installed Xcode 4 in order to get the C compilers then
it installs a fairly recent version of git. So you may already have git
installed.
Xcode 4 isn’t free, so I downloaded Xcode 3.2.6, and apparently it
doesn’t install git.
Xcode 4 isn’t free, so I downloaded Xcode 3.2.6, and apparently it
doesn’t install git.
I wonder why you would be seeing a price. I just looked in the Mac App
Store, Xcode 4.1.1 is listed there as “free”. I’m not a $99 paid-up
developer, just a member of the free program, I wonder if that has
anything to do with it. Could someone else check, someone who doesn’t
already have 4.x installed?
You must be an iOS or Mac Developer Program member to download Xcode 4
or you can download Xcode 4.1 for Lion for free from the Mac App Store.
Yep. That’s why I mentioned the other options. I’d use Homebrew myself
if I didn’t already use Xcode 4.1 on Lion for my iOS development. Also,
if you’re one that likes to run the cutting-edge newest version of Git
then you may want to use Homebrew. That will almost certainly be kept
somewhat more up-to-date than the version of Git provided by Xcode,
which is currently 1.7.3.4.
I am running Xcode 4.1 on Mac OS X 10.6.8 as we speak. I don’t recall
paying for it. (I may have done, but if I did, it was a trivial amount.)
I am not a $99 member of any Apple development program.
===
Paid members of the Mac and iOS Developer Programs have access to the
latest Xcode developer tools, SDKs, and pre-release software. Program
members can download Xcode 4.
Xcode 4.1 for Lion is available as a free download from the Mac App
Store. If you are registered as an Apple Developer, you can download
Xcode 3 for free. Both Xcode 3 and Xcode 4 include the most recent SDKs
for both Mac OS X and iOS.
And on a download page:
==
You must be an iOS or Mac Developer Program member to download Xcode 4
or you can download Xcode 4.1 for Lion for free from the Mac App Store.
Anyway, can someone confirm what git I am supposed to install? Now that
I have Xcode 3.2.6 installed I would try to install git from source, but
the source link has been displaying
“Down for Maintenance” for the last 24 hours.