记录下解决Mac系统SVN无法使用的问题


Mac下出现问题:zsh:command not found:svn.

解决方案:

终端依次输入以下命令

1.  /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

2.brew update

3.brew install subversion

4.svn --version

相关