Mac更新系统后无法使用git

阅读 32

2022-08-03


更新了系统后,进入到git工程目录,输入git命令,提示错误:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

启动WebStorm和IDEA后提示:

can't start git: /usr/bin/git 
probably the path to git executable is not valid . `fix it`.

解决办法是在终端输入:

xcode-select --install

每次更新系统之后xcode就被卸载了,需要重新安装一次。


精彩评论(0)

0 0 举报