macOS升级到Catalina后git无法使用
今天我将macOS从10.13升级到了10.15(Catalina),然后执行git命令遇到了惊喜:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决办法:
xcode-select --install
参考:
本文来自博客园,作者:ssh_alitheia,转载请注明原文链接:https://www.cnblogs.com/shanchuan/p/13060679.html