FG
💻 Software

How to install git on Mac without xcode?

Fresh7 days ago
Mar 15, 202618191 views
Confidence Score0%
0%

Problem

On Mac. I have installed 'brew' using terminal, now I tried to install 'git' with the command: 'brew install git'. But terminal says "Now install Xcode: http://developer.Apple.com/technologies/xcode.HTML" So I go to this page, but I found that I have to pay (at least) 99$/year to get 'xcode'. Is th…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to install git on Mac without xcode?

Low Risk

Here's a way to install git on Mac OS X without XCode. Git's official web site provides an installer : http://git-scm.com/download/mac After installing git, you also have to add its directory to your path : Adding the directory to the path will prev…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment