openspug / spug

开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。
https://spug.cc
GNU Affero General Public License v3.0
10.23k stars 2.07k forks source link

Exception: 'utf-8' codec can't decode byte 0x88 in position 1: invalid start byte #395

Open Super-Tutu opened 3 years ago

Super-Tutu commented 3 years ago

在发布laravel项目时,出现了上面的异常,用的是docker的最新版 问题图片

vapao commented 3 years ago

这个应该是命令输出的字符编码问题,我这边没法复现,但会再下个版本尝试优化。

Super-Tutu commented 3 years ago

是的,因为我这边在部署项目时进行了源码加密,然后项目在composer install时会输出一些乱码,所以才有这个问题,我用的是tonyenc这个加密插件,您可以尝试一下,万分感谢!

------------------ 原始邮件 ------------------ 发件人: "openspug/spug" @.>; 发送时间: 2021年11月4日(星期四) 下午5:51 @.>; @.**@.>; 主题: Re: [openspug/spug] Exception: 'utf-8' codec can't decode byte 0x88 in position 1: invalid start byte (Issue #395)

这个应该是命令输出的字符编码问题,我这边没法复现,但会再下个版本尝试优化。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Super-Tutu commented 3 years ago

是的,因为我这边在部署laravel 5.5项目时进行了源码加密,然后项目在composer install时会输出一些乱码,所以才有这个问题,我用的是tonyenc这个加密插件,您可以尝试一下,万分感谢!

------------------ 原始邮件 ------------------ 发件人: "openspug/spug" @.>; 发送时间: 2021年11月4日(星期四) 下午5:51 @.>; @.**@.>; 主题: Re: [openspug/spug] Exception: 'utf-8' codec can't decode byte 0x88 in position 1: invalid start byte (Issue #395)

这个应该是命令输出的字符编码问题,我这边没法复现,但会再下个版本尝试优化。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Super-Tutu commented 3 years ago

是的,因为我这边在部署laravel 5.5项目时进行了源码加密,然后项目在composer install时会输出一些乱码,所以才有这个问题,我用的是tonyenc这个加密插件,您可以尝试一下,万分感谢!

------------------ 原始邮件 ------------------ 发件人: "openspug/spug" @.>; 发送时间: 2021年11月4日(星期四) 下午5:51 @.>; @.**@.>; 主题: Re: [openspug/spug] Exception: 'utf-8' codec can't decode byte 0x88 in position 1: invalid start byte (Issue #395)

这个应该是命令输出的字符编码问题,我这边没法复现,但会再下个版本尝试优化。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

vapao commented 2 years ago

v3.0.1-beta.13 已发布可以更新,可以测试下看看。