安装我们通过brew来安装nginx1brew install nginx
我在安装过程中出现一个小问题,报了这样一个错误:Error: Could not symlink share/man/man8/nginx.8
/usr/local/share/man/man8 is not writable.从上面看大体意思就是/usr/local/share/man/man8这个目录对当前用户无写权
阅读全文