alibaba / termd

Apache License 2.0
121 stars 50 forks source link

build problem #19

Closed Luyao1271 closed 4 years ago

Luyao1271 commented 5 years ago

本地打包之后,运行arthas时跑不起来,但是从官方仓库拉下来就可以正常跑,是我哪里打包的不对吗,也不像是代码的问题

qxo commented 5 years ago

我也发现此问题是在windows下maven打包出来不知为何, arthas运行进直接退出了 但在linux下打包后就可以正常使用

是git检出时自动换行符转换导致的问题: 问题文件为:src/main/resources/io/termd/core/term/terminfo.src 建议设置:git config --global core.autocrlf input
然后删除src目录,再重新检出

ref: https://blog.csdn.net/twilightdream/article/details/52020461

hengyunabc commented 4 years ago

去掉加载 terminfo.src 的代码了,应该没这个问题了。