CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 21:39:00 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.681539, exclusion.robots;dur=0.026747, exclusion.robots.policy;dur=0.016198, esindex;dur=0.013122, cdx.remote;dur=133.887303, LoadShardBlock;dur=243.755613, PetaboxLoader3.datanode;dur=138.927906, PetaboxLoader3.resolve;dur=79.806454
x-app-server: wwwb-app200
x-ts: 302
x-tr: 432
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app200; 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, 30 Jul 2025 21:39:01 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.494613, exclusion.robots;dur=0.020299, exclusion.robots.policy;dur=0.012344, esindex;dur=0.010625, cdx.remote;dur=27.945057, LoadShardBlock;dur=242.685908, PetaboxLoader3.datanode;dur=95.060063, PetaboxLoader3.resolve;dur=344.389386, load_resource;dur=239.726098
x-app-server: wwwb-app200
x-ts: 200
x-tr: 553
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!