更新了下Mac系统结果打开MAMP PRO软件提示:
Either you did not provide the necessary admin credentials or the MAMP PRO package could not be initialized correctly. You can either restart the application and try again or re-install the software. (-1)
接着百度了下找到解决方法,只需要在终端输入下面命令,再输入你的电脑密码回车即可解决。
在终端中输入:
sudo launchctl load -w /Library/LaunchDaemons/de.appsolute.mampprohelper.plist
注意
:执行这个命令前,要先启动 软件 然后再执行这么个命令,然后就可以了。