迷茫2017-05-16 17:04:10
用mac系统自带的系统重装,并要在安装过程中一直连接网络。
OSX的系统重装非常智能,会自动把你丢失的系统文件给修复,并且会保留你之前已经在电脑里装好了的软件。
ringa_lee2017-05-16 17:04:10
使用homebrew重新安装一个,首先安装homebrew,终端下:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
更新一下:
$ brew doctor
$ brew update && brew upgrade
安装apache:
$ brew tap homebrew/apache
$ brew install httpd22