首页 > 其他 > 详细

Solving GitHub FetchHead (MergeConflict) in Visual Studio 2013

时间:2015-04-29 11:25:31      阅读:766      评论:0      收藏:0      [点我收藏+]

I was getting the error:

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

 

 

技术分享

 

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

 

技术分享

 

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

 

技术分享

 

After removing these files and entering the commands:

git stash

git pull

The error was resolved.

Solving GitHub FetchHead (MergeConflict) in Visual Studio 2013

原文:http://www.cnblogs.com/yyj/p/4465322.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!