Visual Studio with Git Conflict prevents checkout
(Copied from sister website: CodeEase.com)
I had a project which developed on different computers using .NET in Visual Studio 2013, I used Git for source code control on Visual Studio online. Tehre was one computer had not updated long time. When I tried to pull code, I got the following error:
An error occurred. Detailed message: 1 conflict prevents checkout.

However, I could not see any ‘resolve conflict’ option on screen, also, there is no any changes which I did on this computer. Seems there was no any way to resolve this issue.
After searching, I realized there were some developers met the similar issue but all had different reasons. For my case, since there was no any helpful information, I tried to use the Git command which other developers used so that I might get different message.
So I opened the command prompt through Actions menu:

