Replies: 1 comment 1 reply
-
I think this behavior is usually due to differing line ending configurations between the git installs. I'm not a git expert so I don't know the particular config name off the top of my head, but I think it is something like autoCRLF |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The repo is cloned by Git for Windows (Git patched to build with MinGW-w64?). When I tried to use the MSYS2 Git (Cygwin Git?) to do a
git pull
, I always see:error: Your local changes to the following files would be overwritten by merge:
and
The problem is I didn't make any local changes. I can use Git for Windows to do a
git pull
without any problems.Note: MSYS2 Git is a newer version compared to Git for Windows. I have not yet updated Git for Windows to the latest release. But I don't think this could a problem.
Beta Was this translation helpful? Give feedback.
All reactions