I was getting the error:

An error occurred. Detailed message: An error was raised by libgit2. Category = FetchHead (MergeConflict). 
3 conflicts prevent checkout.

 

 

Solving GitHub FetchHead (MergeConflict) in Visual Studio 2013

 

To resolve this problem, I installed the 3rd-party Git command prompt tools, then you can open a Windows git command prompt from Visual Studio 2013: http://msdn.microsoft.com/en-us/library/vstudio/dd286572.aspx#commands

 

Solving GitHub FetchHead (MergeConflict) in Visual Studio 2013

 

When I entered the command: git pull, I got the real error cause:

 

Solving GitHub FetchHead (MergeConflict) in Visual Studio 2013

 

After removing these files and entering the commands:

git stash

git pull

The error was resolved.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-02-27
  • 2021-09-20
  • 2021-11-26
  • 2021-10-07
  • 2022-01-24
猜你喜欢
  • 2022-12-23
  • 2021-06-02
  • 2022-01-26
  • 2021-12-13
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案