mac升级之:xcrun: error: invalid active developer path, missing xcrun

mac一次升级一次坑,对于开发者来说十分不友好,

最近升级了mac系统后,git不能用了....git不能用了....git不能用了....

下面和大家分享一下解决方案,避免踩坑

报错信息:

invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun

解决方案:

如遇到上述报错,在程序中找到终端,端输入命令:

$ xcode-select --install

提示:这时候会弹出安装提示,xcode的安装很慢,最好不要直接点安装,点击左下角获取Xcode慢慢下载,需要比较久的时间,中间可以忙其他事情去,直到下载完毕,重新去clone项目即可!

mac升级之:xcrun: error: invalid active developer path, missing xcrun_第1张图片
豆芽图片20190604153317.png

你可能感兴趣的:(mac升级之:xcrun: error: invalid active developer path, missing xcrun)