CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 14:41:27 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090225233213
location: https://web.archive.org/web/20090225233213/https://github.com/guides/get-git-on-mac
server-timing: captures_list;dur=0.791973, exclusion.robots;dur=0.023555, exclusion.robots.policy;dur=0.011892, esindex;dur=0.011949, cdx.remote;dur=30.534475, LoadShardBlock;dur=203.011590, PetaboxLoader3.datanode;dur=98.368450, PetaboxLoader3.resolve;dur=85.613301
x-app-server: wwwb-app204
x-ts: 302
x-tr: 293
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app204; 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 14:41:28 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 25 Feb 2009 23:32:13 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 266ms
x-archive-orig-etag: "9abc9df414ab56a593e3d8f5923fc8c3"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 8466
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 25 Feb 2009 23:32:13 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, 04 Feb 2009 03:11:25 GMT", ; rel="memento"; datetime="Wed, 25 Feb 2009 23:32:13 GMT", ; rel="next memento"; datetime="Thu, 19 Mar 2009 05:26:34 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_20090225200913_crawl100-c/51_8_20090225233003_crawl101.arc.gz
server-timing: captures_list;dur=0.629484, exclusion.robots;dur=0.024953, exclusion.robots.policy;dur=0.011733, esindex;dur=0.013673, cdx.remote;dur=8.753073, LoadShardBlock;dur=206.214385, PetaboxLoader3.datanode;dur=198.025547, PetaboxLoader3.resolve;dur=326.509522, load_resource;dur=336.162193
x-app-server: wwwb-app204
x-ts: 200
x-tr: 594
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, 8 days ago
Versions:
This feature is coming soon. Sit tight!