安装git-macOS系统

通过homebrew安装Git

1、安装homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2、安装git

brew install git

3、安装成功后,在终端输入git,返回如下图所示表示安装成功

安装git-macOS系统

 

问题记录:

问题描述:Downloading Command Line Tools for Xcode卡住然后失败

解决方法:

1、appstore下载xcode

安装git-macOS系统

 

 2、 查看xcode版本

 

 安装git-macOS系统

 

 

3、下载xcode对应版本的Command Line Tools

https://developer.apple.com/download/more/

安装git-macOS系统

 

安装git-macOS系统

上一篇:SSH Secure Shell Client中文乱码的解决办法


下一篇:结合中断上下文切换和进程上下文切换分析Linux内核的一般执行过程