1.安裝brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
中途需要Press RETURN to continue,輸入系統(tǒng)密碼等操作就完成了安裝。
2.brew update 報錯 "fatal: Could not resolve HEAD to a revision"
1.brew update --verbose
2. cd /opt/homebrew/Library/Taps/homebrew/homebrew-core
目錄是終端顯示的
3. ls -al
4. git fetch --prune origin
5. git pull --rebase origin master
3.brew install svn