Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 git-tfs,但我遇到了任意更改文件的问题。
当我跑
git reset --hard
它说我处于适当的提交状态,但我仍有待处理的更改。谁能解释这里发生了什么?
这是我的配置
我的猜测是,这与core.autocrlf更改行尾有关。你试过core.autocrlf=false吗?
core.autocrlf
core.autocrlf=false
您可能必须再次删除并签出文件,或者甚至使用(全局)git tfs clone从头开始重试。core.autocrlf=false
git tfs clone