git clone 一个 repo 之后没进行任何修改就显示有的文件 modified, 是怎么个情况?

浏览:36日期:2023-10-26

问题描述

akagi201@akgentoo ~/a20-kernel (master*) $ git statusOn branch masterYour branch is up-to-date with ’origin/master’.Changes not staged for commit: (use 'git add <file>...' to update what will be committed) (use 'git checkout -- <file>...' to discard changes in working directory) modified: allwinner-tools/livesuit/a20/default/sys_partition.fex modified: allwinner-tools/livesuit/a20/eFex/card/cardscript.fex modified: allwinner-tools/livesuit/a20/fsbuild200/readme.txtno changes added to commit (use 'git add' and/or 'git commit -a')

问题解答

回答1:

换行符问题, 蛋疼

相关文章: