Install Xcode Command Line Tools (Xcode CLI) from Terminal on macOS

Опубликовано: 30 Сентябрь 2024
на канале: TheCoatlessProfessor
28,520
150

We open Terminal located in:

Applications -) Utilities -) Terminal

By going to spotlight in the upper right corner and typing "Terminal".
From there, we trigger the Xcode CLI installation by typing:

sudo xcode-select --install

Type the password used to log into your account.
Agree to Apple's terms of service
Wait awhile time.
Verify installation worked by attempting to use git

git --version