摘要:
修改pre-commit钩子,如果返回中文信息,可能会报如下错误: Error output could not be translated from the native locale to UTF-8. 网上流传的解决方案,是增加以下代码:export LANG=zh_CN.UTF-8 该方法实 阅读全文
摘要:
1、下载echo模块 https://github.com/openresty/echo-nginx-module/releases 2、解压缩 > tar zxvf echo-nginx-module-0.60.tar.gz 3、查看nginx模块配置 > cd nginx-1.10.2/ > n 阅读全文