更新:
1 、安装HomeBrew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
2 、安装SVN
brew install subversion
svn --version
升级mac系统到10.15.4,使用idea svn拉代码提示错误
升级mac系统到10.15.4,使用idea svn拉代码提示错误
在这里插入图片描述
Can't use Subversion command line client: svn Probably the path to Subversion executable is wrong.
使用命令行 运行 svn --version 提示错误:
The subversion command line tools are no longer provided by Xcode
解决办法
命令行输入下面两行,重新安装command line tools
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
CommandLineTools路径
/Library/Developer/CommandLineTools