0
$ 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 问题有关。

4

1 回答 1

0

你应该尝试core.autocrlf设置为false。

另一件事是你可以做

git checkout integrated
于 2012-09-04T23:25:49.817 回答