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

akagi201@akgentoo ~/a20-kernel (master*) $ git status
On branch master
Your 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.txt

no changes added to commit (use "git add" and/or "git commit -a")
阅读 7.1k
1 个回答

换行符问题, 蛋疼

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题