Git Install For Mac Os X
What's a developer without Git? To install, simply run:
When done, to test that it installed fine you can run:
And $ which git
should output /usr/local/bin/git
.
Git For Mac
Next, we'll define your Git user (should be the same name and email you use for GitHub):
Aug 17, 2018 Install Git on Mac OS X. There are several ways to install Git on a Mac. In fact, if you’ve installed XCode (or it’s Command Line Tools), Git may already be installed. To find out, open a.
They will get added to your .gitconfig
file.
To push code to your GitHub repositories, we're going to use the recommended HTTPS method (versus SSH). So you don't have to type your username and password everytime, let's enable Git password caching as described here:
Leapdroid alternative for os x 10. Download leapdroid windows, leapdroid windows, leapdroid windows download free. LeapDroid is not available for Mac but there are some alternatives that runs on macOS with similar functionality. The most popular Mac alternative is BlueStacks, which is free.If that doesn't suit you, our users have ranked 16 alternatives to LeapDroid and six of them are available for Mac so hopefully you can find a suitable replacement.
SSH Config for GitHub
This might be difficult to configure in case you have two factor authentication enabled. Please use the SSH config in that case.
Setting up SSH is really simple as well. Most of the instructions below are referenced from here.
First, we need to check for existing SSH keys on your computer. Open up your Terminal and type:
Check the directory listing to see if you have files named either id_rsa.pub or id_dsa.pub. If you don't have either of those files go to step 2. Otherwise, you can skip to step 3.
Second, To generate a new SSH key, copy and paste the text below, making sure to substitute in your email. The default settings are preferred, so when you're asked to 'enter a file in which to save the key,' just press enter to continue.
Please use a strong passphrase for your keys.
Third, Add your keys to GitHub by going into account settings.
DS_Store
On a Mac, it is important to remember to add .DS_Store
(a hidden OS X system file that's put in folders) to your .gitignore
files.
If you want to never include .DS_Store
files in your Git repositories, you can configure your Git to globally exclude those files:
Setting up Sublime Text as the Git Mergetool
- FAT universal binary includes ppc, ppc64, x86 and x86-64
- Mac OS X 10.4.8 and later compatible
(including 10.5.x, 10.6.x, 10.7.x, 10.8.x, 10.9.x, 10.10.x, 10.11.x etc.) - Git translations included!
- git send-email and git imap-send work out-of-the-box, nothing more to install!
- git instaweb works out-of-the-box and includes several enhancements
- --perl-regexp is fully supported
- git subtree included
- git-credential-osx-keychain included
- Git 2.8.0 and later’s http.[<url>.]pinnedpubkey option is fully supported
- Full documentation included (man pages, html pages, pdf, release notes, howtos, tech docs etc.)
- GnuPG gpg signing utility with smart card support included!
Quick Download
Download | Size | Tag | Released | Info |
---|---|---|---|---|
git-2.11.1-osx-installer.dmg | 13 MiB | v2.11.1 | 2017-04-07 | Mac OS X 10.4+ universal installer for Git version 2.11.1 [hashes] |
git-2.10.2-osx-installer.dmg | 13 MiB | v2.10.2 | 2016-11-08 | Mac OS X 10.4+ universal installer for Git version 2.10.2 [hashes] |
git-2.9.3-osx-installer.dmg | 13 MiB | v2.9.3 | 2016-08-13 | Mac OS X 10.4+ universal installer for Git version 2.9.3 [hashes] |
Important Notes
In order to fully support SHA-256 certificates on Mac OS X 10.4 and Mac OS X 10.5 and to be more fully integratedwith the native OS X experience, this version of Git uses libcurl for all http/https/imap/imaps/smtp/smtps activitywhere libcurl has been compiled to use the OS X native Secure Transport instead of OpenSSL. (This means that Git will usethe standard root certificates from the normal system keychain locations for https/smtps/imaps authentication unless oneof the various Git certificate configuration options is used to tell it otherwise.) Please note that even though libcurl is using the OS X native Secure Transport backend, the Secure Transport backend has been enhanced so that it does not suffer from the client certificate indigestion problem.
In practice there should be no difference in use between Git built this way and Git built to use curl/OpenSSL with oneminor exception.
Secure Transport does not support a directory of certificates like OpenSSL does. An error will result if any ofthe following are used:
- http.sslCAPath (but http.sslCAInfo works just fine)
- GIT_SSL_CAPATH (but GIT_SSL_CAINFO works just fine)
- sendemail.smtpsslcertpath set to a directory (but set to a file works just fine)
- smtp-ssl-cert-path set to a directory with git send-email (but set to a file works just fine)
Additionally since the version of git imap-send that’s included is a curl-only version, there is one tinybehavioral difference to be aware of. When git imap-send is set to use a tunnel (i.e. imap.tunnel is set),an OpenSSL-using version of git imap-send will attempt to use the STARTTLS command if the other end ofthe tunnel supports it. A libcurl-using version of git imap-send will never do this. This only affects tunnels. Alldirect connections using imaps will always be encrypted.
Starting with Git version 2.8.0, an http.[<url>.]pinnedpubkey option is available.It may be set to any value supported by cURL’sCURLOPT_PINNEDPUBLICKEY option and, in addition, this version also allows it to be set to a filename ofa PEM or DER format certificate (in which case the public key is automatically extracted from the certificate) and,in the case of a PEM format file, one or more PEM format public keys and/or certificates may be combined (by simplyconcatenating them together) to form a public key pinning set similarly to the way multiple “sha256//…”values can be combined to form a public key pinning set (by concatenating them with a “;”separator).
A change log showing the various software versions and patches included in the different releases is availablehere.
Despite the name of this installer including “OS X” in its title, it supports OSversions 10.4.8 and later no matter what Cupertino’s current nom-du-jour for the OS happens to be –“Mac OS X”, “OS X”, “macOS” etc.
Git Translations
The Git translations ARE included. The installer also contains an option (off by default) to make the installedversion of Git choose its translation based on the System Preferences > International > Languages settings(instead of the LANG etc. environment variables) if desired.
Details on how to alter the translation selection behavior can be found in the release notes (installed to /opt/git/Release_Notes.rtf).
Optional Extras
Optional installs of TopGit, a curl command linetool (that uses the libcurl.dylib installed for Git), GnuPG’sgpg utility and library headers (so that a new version of Git can be built from source using thelibraries installed for Git) are included in the installer and enabled by default.
Customize the installation to turn off any of the optional installs.
Details on what gets installed and where everything goes can be found in the release notes (installed to /opt/git/Release_Notes.rtf).
Git Install For Mac Os X 10 11 Download Free
Patch Sources
Various patches have been applied in order to make the build work well with Mac OS X. They are all availablefrom the Git OS X Installer repository and theREADME_PATCHES.txt filedetails them all.
Downloads
NOTE: The hashes shown below have been signed by a GPG key. Instructions for verifying the hashesusing the key can be found in the hashes.txt file.
Universal binary installers of Git (including required support libraries and executables)runnable on Mac OS X 10.4 or later are available from the following convenient download links:
SIZE | 13 MiB |
MD5 | 5c60b689a247a82db0959fa6ae6f6009 |
SHA1 | 170d4003995b3f61e9d90c4dce26d952e6a3233f |
BLOB | 7b05ded6a165654adaa523a7e36d78b12b80c626 |
SHA256 | f0ecff26a593f7586834df12091ea12f222e0741653241049b35e9584e63ef56 |
SIZE | 13 MiB |
MD5 | 4f09d2549b83163b2682122d1232119b |
SHA1 | c4bd2a83bf311dbb02be468ea101790c62f1d8ca |
BLOB | 78be32e00b9b462afd50ddef65919ab5df261eda |
SHA256 | 87f08933c79c0de8217ccb8028870a491c2c5c40ec158b91da48f8c4130c1fd6 |
SIZE | 13 MiB |
MD5 | b573c09bff0acd532c952659a64c66ca |
SHA1 | 3a0f7cd4827c267f1750e20cb11f57ca91ca0941 |
BLOB | ec857b1f42d0ce7965a91e17ea8a26b00fc5e8c5 |
SHA256 | 012f03a068551f68ea92063c113c56894b30915b3e4f7c27a8cfb7d02a278ce2 |
Git Mac Os Download
SIZE | 13 MiB |
MD5 | 664ef90eb20ee614723293ed58b7a025 |
SHA1 | 63422bcd9795892a5e2a5effdf974115ca5082fa |
BLOB | deded1a6d81a7c209f6e1cc6324ba6ad8f8776af |
SHA256 | 6075bf151d04e639dd4d574f05e87ff89cc203d92e26712ea8a61f9e7d720e79 |
SIZE | 13 MiB |
MD5 | 23e75353fc4e9011fb680986b9df05d9 |
SHA1 | 32864aec4b043acd7fc2d0fd89c3e9ba5b00cd60 |
BLOB | 6dc9c5008915991c64b25c3db1265191b53083f1 |
SHA256 | fa7f304c47d5695e746dcd9c8ec1f7ad781231dcb7c28cf050444fc63b4365d5 |
SIZE | 12 MiB |
MD5 | fc63a827021acc3983b9a8c25b8f44bb |
SHA1 | 0089923eb7e18efc4ecb90f7177adcd5a7f4b2d5 |
BLOB | b312d624f062f46947675b725aea195793259c93 |
SHA256 | 78a9eab23d124bbc37e162a6976623706620bd86cb3a22233d1fb68c8a0856c2 |
SIZE | 12 MiB |
MD5 | d9bbd22ce3e1f1db4ec9e5ee7ea5e867 |
SHA1 | fdadefcb27930295ea15b8299b4e61530fedd9bd |
BLOB | 7d8f07c28e2734a85959f531d3aa4b6893aff2c0 |
SHA256 | ad43775d0a419695db67f74e14607743e21e6ca210bb9b12d36e2da0e0b559e0 |
SIZE | 12 MiB |
MD5 | c9d53f8eafad3c40d0a21c31f1ef33b3 |
SHA1 | 4907db759b6eb504c8b4c4f937bb5ddae0186073 |
BLOB | 3552d31b29e8a09552913e23f71b3b51fb69ae77 |
SHA256 | c733dfcff8b4cbf54ea7448959ff1767284180426c82224914d4406b1575ff09 |
SIZE | 12 MiB |
MD5 | cd4ddf472b1389979a0ea85cec0b97f0 |
SHA1 | 7f031f322cb8296fb376c83a7cc0dd196a741ccd |
BLOB | 31fc189c04f0f391d5b1f0a8f04c6d1eb6e76d7d |
SHA256 | 8957e634b3ca65ac1e4b53b2ea447bdccbf439c538dc23b3a04d22160352fecc |
SIZE | 12 MiB |
MD5 | 7986123c8cbb0a01dd69eb2ff912886a |
SHA1 | e10ba213305a7bcb5d74f4947d418afa59aa0665 |
BLOB | 6ad8d8b259cde78e66856b7b35047e32517d0f22 |
SHA256 | 20d85f3d71389ca795696c98bdf5482d339c084c1f46817452a2918c14088629 |
Please note that older versions which were previously listed here, while they may still be available fordownload, are no longer recommended.
License
Install Git For Mac
Git itself is licensed under GPLv2. Some of the libraries it has been linked with have less restrictive licenses,but since GPLv2 is the most restrictive of the bunch it’s the controlling one. GnuPG is licensed underGPLv3 but is an optional install (aggregated into the installer) and does not affect the license used by Git.GnuPG is linked with libusb and libusb-compat to provide smart card support and those are LGPLv2.1 making theeffective GnuPG license restrictions still GPLv3.
The installer will display ALL licences for all software included in the installer package.
See Also
- The GNU General Public License v2.0
- The GNU General Public License v3.0