Skip to content

已解决bug: win同步到安卓之后会多出很多未提交修改--请在你的插件里统一设置一下换行符eol=lf #98

Description

@Hydrowood0

iie### Environment 环境信息

Android 15
mobile 0.10.1

TidGi (win32)
Version v0.13.0

Electron Version: 41.1.1
Node Version: 24.14.0
Chromium Version: 146.0.7680.166

Description 描述

桌面git提交后,不操作任何文件,在安卓导入,不操作任何文件也会多出很多未提交修改

Image

Steps to Reproduce 复现方式

桌面git提交后,不操作任何文件,在安卓导入,不操作任何文件也会多出很多未提交修改

Additional Context 额外上下文

[ ] 问了ai,已解决,是换行符的原因,在windows上 git config core.autocrlf input在根目录下创建一个名为 .gitattributes 的文件,并写入以下内容: * text=auto eol=lf 就好了

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions