CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 14:54:15 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090815053753
location: https://web.archive.org/web/20090815053753/https://github.com/guides/get-git-on-mac
server-timing: captures_list;dur=0.754479, exclusion.robots;dur=0.025120, exclusion.robots.policy;dur=0.010911, esindex;dur=0.013521, cdx.remote;dur=24.303552, LoadShardBlock;dur=385.084100, PetaboxLoader3.datanode;dur=188.923387, PetaboxLoader3.resolve;dur=123.841383
x-app-server: wwwb-app215
x-ts: 302
x-tr: 448
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app215; 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:54:16 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 15 Aug 2009 05:37:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 284ms
x-archive-orig-etag: "ca0eae23ba7cd6941a207e071e95cd44"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 8457
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 15 Aug 2009 05:37:53 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="Sun, 26 Jul 2009 06:26:46 GMT", ; rel="memento"; datetime="Sat, 15 Aug 2009 05:37:53 GMT", ; rel="next memento"; datetime="Mon, 07 Sep 2009 07:47:28 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_11_20090815045629_crawl102.gpg-c/51_11_20090815053742_crawl101.arc.gz
server-timing: captures_list;dur=0.554074, exclusion.robots;dur=0.020999, exclusion.robots.policy;dur=0.009669, esindex;dur=0.009062, cdx.remote;dur=51.071413, LoadShardBlock;dur=352.245972, PetaboxLoader3.datanode;dur=374.861022, PetaboxLoader3.resolve;dur=268.983547, load_resource;dur=346.404715
x-app-server: wwwb-app215
x-ts: 200
x-tr: 819
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, 5 months ago
Versions:
This feature is coming soon. Sit tight!