MacOS
HHH_LLL
记录生活。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MacOS git xcrun: error
Mac使用git clone时出现 xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 终端输入 xcode-select --install 出现安装完成即可用git原创 2021-05-16 15:33:23 · 228 阅读 · 0 评论 -
MacOS---Updating Homebrew一直卡住如何处理?
替换 brew.git 仓库地址 # 替换成阿里的 brew.git 仓库地址 cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 还原为官方提供的 brew.git 仓库地址 cd "$(brew --repo)" git remote set-url origin https://github.com/Homebrew/brew.git 将Homebrew(homeb原创 2020-07-22 00:27:24 · 595 阅读 · 0 评论 -
Mac 使用brew doctor出现xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
Mac使用brew doctor时出现: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 终端输入: xcode-select --install 软件安装完毕后可正常检查Homebrew ...原创 2020-07-22 00:01:25 · 355 阅读 · 0 评论
分享