"Conflicts prevent checkout" error using Git in Visual Studio

Viewed 72856

I am using Git in Visual Studio. When I am trying to synchronize, the following message appears:

An error occured. Detailed message: An error was raised by libgit2. Cetegory = checkout(MergeConflict). 1 conflicts prevent checkout

I don't have a clue about what the conflicts are and how to fix them. Can anyone help me overcome this problem?

8 Answers

when I change one branch to another that time I get the error so I close the Visual Studio and re-open Visual Studio it work for me

Related