Mac系统升级后(升级macOS Catalina),终端无法使
2019-10-08 本文已影响0人
Sheisone
Mac系统升级后,使用git时报错:
xcrun:error:invalid active developerpath(/Library/Developer/CommandLineTools),missing xcrun at:/Library/Developer/CommandLineTools/usr/bin/xcrun
解决方案:
在终端输入:
xcode-select--install
会自动重新下载对应的工具,下载完成及安装成功后即可正常使用Git了。