Mac升级系统Git报错
时间:2019-10-08 22:41:55
收藏:0
阅读:128
更新系统后输入git命令显示
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法
终端输入以下命令
xcode-select --install
原文:https://www.cnblogs.com/WPF0414/p/11638267.html
评论(0)