CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 18:49:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090319052634
location: https://web.archive.org/web/20090319052634/https://github.com/guides/get-git-on-mac
server-timing: captures_list;dur=0.640493, exclusion.robots;dur=0.048188, exclusion.robots.policy;dur=0.036562, esindex;dur=0.011731, cdx.remote;dur=16.489979, LoadShardBlock;dur=575.721737, PetaboxLoader3.resolve;dur=354.238020, PetaboxLoader3.datanode;dur=172.753697
x-app-server: wwwb-app221
x-ts: 302
x-tr: 617
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app221; 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: Sat, 19 Jul 2025 18:49:42 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Thu, 19 Mar 2009 05:26:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 167ms
x-archive-orig-etag: "1eb98a2a8e17aca06831699e30ed452c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 8586
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 19 Mar 2009 05:26:34 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="Wed, 25 Feb 2009 23:32:13 GMT", ; rel="memento"; datetime="Thu, 19 Mar 2009 05:26:34 GMT", ; rel="next memento"; datetime="Wed, 15 Apr 2009 12:06:39 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_8_20090319012314_crawl103-c/51_8_20090319052545_crawl101.arc.gz
server-timing: captures_list;dur=0.840448, exclusion.robots;dur=0.033388, exclusion.robots.policy;dur=0.017012, esindex;dur=0.015751, cdx.remote;dur=5.277805, LoadShardBlock;dur=804.060301, PetaboxLoader3.datanode;dur=217.493212, PetaboxLoader3.resolve;dur=824.199386, load_resource;dur=268.474631
x-app-server: wwwb-app221
x-ts: 200
x-tr: 1134
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=()
content-encoding: gzip
Get git on Mac - Guides - GitHub
Guides: Get git on Mac
Guides: Get git on Mac
There are a few methods to install Git on a Mac. You can acquire it:
via the Installer
Download and install: git-osx-installer
via MacPorts
- Install MacPorts if you haven’t already done so.
- 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 Subversion support if you want to import SVN repositories.
sudo port install git-core +svn
via compiling manually
See compiling and installing git on mac os x.
Other Mac-related Git links
Last edited by tycho, about 1 month ago
Versions:
This feature is coming soon. Sit tight!