$ git checkout -t origin/integrated
$ git checkout master
error: Your local changes to the following files would be overwritten by checkout:
src/me/unroll/scanner/moduletestset/apple.eml
可能导致这种情况的原因是什么?请注意,这是在git clone.
似乎与CRLF问题有关。
答案 0 :(得分:0)
您应该尝试将core.autocrlf
设置为false。
另一件事是你可以做到
git checkout integrated