CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 14:59:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081217022621
location: https://web.archive.org/web/20081217022621/https://github.com/guides/get-git-on-mac
server-timing: captures_list;dur=0.876760, exclusion.robots;dur=0.029076, exclusion.robots.policy;dur=0.012232, esindex;dur=0.014756, cdx.remote;dur=33.041812, LoadShardBlock;dur=1653.100289, PetaboxLoader3.datanode;dur=1519.028606, PetaboxLoader3.resolve;dur=67.505939
x-app-server: wwwb-app203
x-ts: 302
x-tr: 1737
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; 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: Thu, 24 Jul 2025 14:59:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 17 Dec 2008 02:26:21 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 62ms
x-archive-orig-etag: "80861a9d9664d3c597b0404e02f83652"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 7431
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 17 Dec 2008 02:26:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 26 Jun 2008 12:53:20 GMT", ; rel="prev memento"; datetime="Tue, 04 Nov 2008 16:38:37 GMT", ; rel="memento"; datetime="Wed, 17 Dec 2008 02:26:21 GMT", ; rel="next memento"; datetime="Wed, 04 Feb 2009 03:11:25 GMT", ; rel="last memento"; datetime="Fri, 24 Jan 2025 16:05:33 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: 51_7_20081216010448_crawl109-c/51_7_20081217022427_crawl103.arc.gz
server-timing: captures_list;dur=0.744894, exclusion.robots;dur=0.031302, exclusion.robots.policy;dur=0.015380, esindex;dur=0.015819, cdx.remote;dur=56.212012, LoadShardBlock;dur=644.243944, PetaboxLoader3.datanode;dur=359.554889, PetaboxLoader3.resolve;dur=436.423015, load_resource;dur=212.205816
x-app-server: wwwb-app203
x-ts: 200
x-tr: 970
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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=()
content-encoding: gzip
Get git on Mac — GitHub Guides — GitHub
Guides: Get git on Mac
Guides: Get git on Mac
via the Installer
Download and install: git-osx-installer
via MacPorts
Get MacPorts
You won’t get far in your Mac Geekery without MacPorts
Get git via MacPorts
- Make sure your ports are up to date.
$ 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!
- Install git
$ 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
You may want to include svn support if you want to import subversion repositories.
sudo port install git-core +svn
Manually compiling
See compiling git on os x leopard
Other Git related for Mac
Last edited by dbr, 5 months ago
Versions:
This feature is coming soon. Sit tight!