mac下出现xcrun: error导致git无法使用的解决办法
Have you upgraded to OS X El Capitan from App Store ?
您是否已从App Store升级到MAC电脑OS系统
Have you suddenly started getting the following error in your project?
您是否突然在项目中遇到以下错误
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
If yes, then here is the solution
如果是,那么这是解决方案
xcode-select --install
Remember, in MAC git is attached to XCode’s Command line tools.
请记住,在MAC git中附加了XCode的命令行工具。
本文介绍在Mac OS X El Capitan系统升级后,遇到的xcrun错误导致Git无法使用的问题。此错误通常出现在XCode的命令行工具更新或缺失时。文章提供了简单的解决步骤,只需运行命令'xcode-select --install'即可重新安装XCode的命令行工具,恢复Git的正常使用。
1156

被折叠的 条评论
为什么被折叠?



