CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 09:17:35 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090926071650
location: https://web.archive.org/web/20090926071650/https://help.github.com/mac-git-installation/
server-timing: captures_list;dur=0.411036, exclusion.robots;dur=0.014470, exclusion.robots.policy;dur=0.007230, esindex;dur=0.009394, cdx.remote;dur=4.906233, LoadShardBlock;dur=352.643697, PetaboxLoader3.datanode;dur=173.728698, PetaboxLoader3.resolve;dur=148.937244
x-app-server: wwwb-app204
x-ts: 302
x-tr: 379
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-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: Thu, 07 Aug 2025 09:17:36 GMT
content-type: text/html
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Sat, 26 Sep 2009 07:16:49 GMT
x-archive-orig-content-length: 8578
x-archive-orig-last-modified: Thu, 10 Sep 2009 18:50:19 GMT
x-archive-orig-connection: close
x-archive-orig-expires: Sun, 27 Sep 2009 07:16:49 GMT
x-archive-orig-cache-control: max-age=86400
x-archive-orig-accept-ranges: bytes
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 26 Sep 2009 07:16:50 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 09 Aug 2009 17:50:18 GMT", ; rel="prev memento"; datetime="Thu, 03 Sep 2009 07:41:11 GMT", ; rel="memento"; datetime="Sat, 26 Sep 2009 07:16:50 GMT", ; rel="next memento"; datetime="Sun, 01 Nov 2009 20:12:32 GMT", ; rel="last memento"; datetime="Fri, 09 May 2025 02:36:09 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_20090926022857_crawl100.gpg-c/51_11_20090926071506_crawl101.arc.gz
server-timing: captures_list;dur=0.533964, exclusion.robots;dur=0.019977, exclusion.robots.policy;dur=0.008915, esindex;dur=0.009872, cdx.remote;dur=4.261932, LoadShardBlock;dur=285.537039, PetaboxLoader3.resolve;dur=353.208313, PetaboxLoader3.datanode;dur=138.999349, load_resource;dur=226.784283
x-app-server: wwwb-app204
x-ts: 200
x-tr: 569
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
Help.GitHub
Installing git (OSX)
There are a number of methods to install git on OSX. This guide details the most common methods.
Pre-compiled Installer
Download and run git-osx-installer
MacPorts
- Install MacPorts if you haven’t already done so.
- Make sure your ports are up to date.
- Install Git (You may want to include Subversion support if you want to import SVN repositories)
$ 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! $ sudo port install git-core +svn ---> 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
Compiling git manually
-
Setup
- Installing git (OSX)
- How to install git on OSX
- Generating SSH keys
- How to generate SSH keys and add them to GitHub
- Troubleshooting SSH issues
- Solutions to common SSH issues
- Setting user name, email and GitHub token
- Configure your local git installation so that commits are linked to your GitHub account
- Installing Git HTML help
- How to install the local git HTML help files
- Working with SSH key passphrases
- SSH key passphrases, why you should use them, and how to avoid re-entering them
-
Repos
- Deleting a repo
- How to remove a repo from your GitHub account
- Moving a repo
- How to move a repo from one account to another
-
Collaborating
- Forking a project
- How to fork a project, submit changes, and pull from other repos in the fork network
-
Mac
- Installing git (OSX)
- How to install git on OSX
- Generating SSH keys (OSX)
- Setting up SSH keys on Mac OSX
- Working with SSH key passphrases
- SSH key passphrases, why you should use them, and how to avoid re-entering them
-
Windows
- Generating SSH keys (Win/msysgit)
- Setting up SSH keys with msysgit on Windows
- Working with SSH key passphrases
- SSH key passphrases, why you should use them, and how to avoid re-entering them
-
Linux
- Generating SSH keys (Linux)
- Setting up SSH keys on Linux