0
点赞
收藏
分享

微信扫一扫

Mac更新系统后无法使用git


更新了系统后,进入到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 条评论