MAC电脑--intellij IDEA安装插件GIT插件报错xcode-select: note: No developer tools were found, requesting install. If developer tools are locate....
1.通过intellij IDEA安装好GIT插件
2.在intellij IEDA终端输入git version 报xcode-select: note: No developer tools were found, requesting install. If developer tools are locate....提示
解决办法:输入命令:xcode-select --install等待安装好
再次输入命令:
git version就提示安装成功了