摘要:
前提:已经关闭mac保护模式 终端输入 sudo chown -R $(whoami) 文件地址 返回的是 方法:终端输入 sudo mount -uw / 参考: https://www.jianshu.com/p/a7e7bbcb913d 阅读全文
摘要:
安装教程:https://wiki.swoole.com/#/environment 1.根据教程,在github上下载swoole源码包,之后找到位置解压。 2.之后的指令如下: cd swoole-src && \ phpize && \ ./configure && \ make && sud 阅读全文
摘要:
根据官网地址:https://brew.sh/index_zh-cn.html 终端安装命令为: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 我用官 阅读全文