Replies: 3 comments 6 replies
-
Does it work when you call |
Beta Was this translation helpful? Give feedback.
5 replies
-
I suspect |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you run a |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Reference: msys2/MSYS2-packages#4914
Beta Was this translation helpful? Give feedback.
All reactions