Can't Install "Git" Command from Terminal

Hi, I am trying to install the "Git" command from Terminal but an error message pops up. If there is anyone that could help, that would be greatly appreciated. Also, I am on macOS Sonoma and Xcode 15 Beta 3.

"Can't install the software because it is not currently available from the Software Update server."

Answered by DTS Engineer in 758489022

Are you OK with using the git tool built in to Xcode 15.0b3? If so, use xcode-select to mark that Xcode as your default command-line tools.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Are you OK with using the git tool built in to Xcode 15.0b3? If so, use xcode-select to mark that Xcode as your default command-line tools.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Can't Install "Git" Command from Terminal
 
 
Q