CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 20:38:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090226202859
location: https://web.archive.org/web/20090226202859/https://github.com/guides/get-git-on-mac.atom
server-timing: captures_list;dur=0.483528, exclusion.robots;dur=0.018699, exclusion.robots.policy;dur=0.008749, esindex;dur=0.011114, cdx.remote;dur=5.710257, LoadShardBlock;dur=321.440360, PetaboxLoader3.datanode;dur=120.932374, PetaboxLoader3.resolve;dur=119.285170
x-app-server: wwwb-app217
x-ts: 302
x-tr: 351
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 23 Jul 2025 20:38:41 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 41564
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Thu, 26 Feb 2009 20:28:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 225ms
x-archive-orig-etag: "cae7de3dc9118b109d4ac9f2f043e49d"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 41564
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 26 Feb 2009 20:28:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 26 Feb 2009 20:28:59 GMT", ; rel="memento"; datetime="Thu, 26 Feb 2009 20:28:59 GMT", ; rel="last memento"; datetime="Thu, 26 Feb 2009 20:28:59 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_8_20090226160909_crawl103-c/52_8_20090226202639_crawl101.arc.gz
server-timing: captures_list;dur=0.605604, exclusion.robots;dur=0.023941, exclusion.robots.policy;dur=0.010075, esindex;dur=0.013229, cdx.remote;dur=26.911568, LoadShardBlock;dur=685.960762, PetaboxLoader3.datanode;dur=126.432337, PetaboxLoader3.resolve;dur=652.014622, load_resource;dur=179.508084
x-app-server: wwwb-app217
x-ts: 200
x-tr: 925
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/guides/get-git-on-mac
GitHub Guides - Get git on Mac
2009-02-16T21:16:45-08:00
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2009-02-16T21:16:45-08:00
Get git on Mac - version 20
Mon Feb 16 21:16:45 -0800 2009
<p>There are a few methods to install Git on a Mac. You can acquire it:</p>
<h2>via the Installer</h2>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h2>via MacPorts</h2>
<ul>
<li><a href="https://macports.org/install.php">Install MacPorts</a> if you haven’t already done so.</li>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install Git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include Subversion support if you want to import <span class="caps">SVN</span> repositories.</p>
<code>sudo port install git-core +svn</code>
<h2>via compiling manually</h2>
<p>See <a href="https://github.com/guides/compiling-and-installing-git-on-mac-os-x">compiling and installing git on mac os x</a>.</p>
<h1>Other Mac-related Git links</h1>
<ul>
<li><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a></li>
<li><a href="https://github.com/blog/71-more-textmate-bundle-goodness">More Textmate goodness</a></li>
</ul>
tycho
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-12-26T15:24:12-08:00
Get git on Mac - version 19
Fri Dec 26 15:24:12 -0800 2008
<p>There are a few methods to install Git on a Mac. You can acquire it:</p>
<h2>via the Installer</h2>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h2>via MacPorts</h2>
<ul>
<li><a href="https://macports.org/install.php">Install MacPorts</a> if you haven’t already done so.</li>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install Git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include Subversion support if you want to import <span class="caps">SVN</span> repositories.</p>
<code>sudo port install git-core +svn</code>
<h2>via compiling manually</h2>
<p>See <a href="https://github.com/guides/compiling-git-on-os-x-leopard">compiling git on os x leopard</a>.</p>
<h1>Other Mac-related Git links</h1>
<ul>
<li><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a></li>
<li><a href="https://github.com/blog/71-more-textmate-bundle-goodness">More Textmate goodness</a></li>
</ul>
hans
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-07-11T13:18:05-07:00
Get git on Mac - version 18
Fri Jul 11 13:18:05 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn
</code>
<h1>Manually compiling</h1>
<p>See <a href="https://github.com/guides/compiling-git-on-os-x-leopard">compiling git on os x leopard</a></p>
<h1>Other Git related for Mac</h1>
<ul>
<li><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a></li>
<li><a href="https://github.com/blog/71-more-textmate-bundle-goodness">More Textmate goodness</a></li>
</ul>
dbr
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-07-11T13:17:46-07:00
Get git on Mac - version 17
Fri Jul 11 13:17:46 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn
</code>
<h1>Manually compiling</h1>
<p>See <span style="color:#aaa">compiling-git-on-os-x-leopard</span><a href="/guides/new?title=compiling-git-on-os-x-leopard">?</a></p>
<h1>Other Git related for Mac</h1>
<ul>
<li><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a></li>
<li><a href="https://github.com/blog/71-more-textmate-bundle-goodness">More Textmate goodness</a></li>
</ul>
dbr
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-30T08:57:55-07:00
Get git on Mac - version 16
Mon Jun 30 08:57:55 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn
</code>
<h1>Other Git related for Mac</h1>
<ul>
<li><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a></li>
<li><a href="https://github.com/blog/71-more-textmate-bundle-goodness">More Textmate goodness</a></li>
</ul>
LauriOjansivu
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-30T08:57:31-07:00
Get git on Mac - version 15
Mon Jun 30 08:57:31 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn
</code>
<h1>Other Git related for Mac</h1>
<p><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a>
<a href="https://github.com/blog/71-more-textmate-bundle-goodness">More Textmate goodness</a></p>
LauriOjansivu
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-30T08:54:50-07:00
Get git on Mac - version 14
Mon Jun 30 08:54:50 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn
</code>
<h1>Other Git related for Mac</h1>
<p><a href="https://github.com/blog/73-github-textmate-theme">GitHub Textmate Theme and Git bundle for TextMate</a></p>
LauriOjansivu
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-30T06:37:29-07:00
Get git on Mac - version 13
Mon Jun 30 06:37:29 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn
</code>
<h1>Other Git related for Mac</h1>
<p><a href="https://blog.macromates.com/2008/git-bundle/">Git bundle for TextMate</a></p>
LauriOjansivu
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-30T06:35:58-07:00
Get git on Mac - version 12
Mon Jun 30 06:35:58 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn</code>
<h1>Other Git related for Mac</h1>
<p><a href="https://blog.macromates.com/2008/git-bundle/">Git bundle for TextMate</a></p>
LauriOjansivu
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-30T06:33:42-07:00
Get git on Mac - version 11
Mon Jun 30 06:33:42 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn</code>
<p><a href="https://blog.macromates.com/2008/git-bundle/">Git bundle for TextMate</a></p>
LauriOjansivu
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-29T03:27:02-07:00
Get git on Mac - version 10
Sun Jun 29 03:27:02 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo port install git-core +svn</code>
samuraicoder
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-27T00:20:10-07:00
Get git on Mac - version 9
Fri Jun 27 00:20:10 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: <a href="https://code.google.com/p/git-osx-installer/">git-osx-installer</a></p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo install git-core +svn</code>
tmm1
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-27T00:19:21-07:00
Get git on Mac - version 8
Fri Jun 27 00:19:21 -0700 2008
<h1>via the Installer</h1>
<p>Download and install: https://code.google.com/p/git-osx-installer/</p>
<h1>via MacPorts</h1>
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo install git-core +svn</code>
tmm1
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-14T08:22:27-07:00
Get git on Mac - version 7
Sat Jun 14 08:22:27 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
<p>You may want to include svn support if you want to import subversion repositories.</p>
<code>sudo install git-core +svn</code>
adamj
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-13T08:57:47-07:00
Get git on Mac - version 6
Fri Jun 13 08:57:47 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ul>
<li>Make sure your ports are up to date.</li>
</ul>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
<ul>
<li>Install git</li>
</ul>
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
RichardBronosky
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-13T08:57:04-07:00
Get git on Mac - version 5
Fri Jun 13 08:57:04 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
<ol>
<li>Make sure your ports are up to date.</li>
</ol>
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
# Install git
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
RichardBronosky
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-13T08:56:48-07:00
Get git on Mac - version 4
Fri Jun 13 08:56:48 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
# Make sure your ports are up to date.
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
# Install git
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
RichardBronosky
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-13T08:53:36-07:00
Get git on Mac - version 3
Fri Jun 13 08:53:36 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
# Make sure your ports are up to date.
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
# Install git
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
RichardBronosky
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-13T08:52:50-07:00
Get git on Mac - version 2
Fri Jun 13 08:52:50 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
* Make sure your ports are up to date.
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
* Install git
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
RichardBronosky
tag:github.com,2008:Guide/50
2008-06-13T08:52:03-07:00
2008-06-13T08:52:03-07:00
Get git on Mac - version 1
Fri Jun 13 08:52:03 -0700 2008
<h2>Get MacPorts</h2>
<p>You won’t get far in your Mac Geekery without <a href="https://www.macports.org/install.php">MacPorts</a></p>
<h2>Get git via MacPorts</h2>
*Make sure your ports are up to date.
<pre>
<code>
$ sudo port selfupdate
MacPorts base version 1.600 installed
Downloaded MacPorts base version 1.600
The MacPorts installation is not outdated and so was not updated
selfupdate done!
</code>
</pre>
*Install git
<pre>
<code>
$ sudo port install git-core
---> Installing curl 7.18.2_0
---> Activating curl 7.18.2_0
---> Installing openssh 5.0p1_0+darwin_9
---> Activating openssh 5.0p1_0+darwin_9
---> Installing p5-error 0.17012_0
---> Activating p5-error 0.17012_0
---> Installing popt 1.13_0
---> Activating popt 1.13_0
---> Installing rsync 3.0.2_0
---> Activating rsync 3.0.2_0
---> Installing git-core 1.5.5.3_0+doc
---> Activating git-core 1.5.5.3_0+doc
</code>
</pre>
RichardBronosky