Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VisualStudio: An error was raised by libgit2. Category = Checkout

I'm using TFS with Git, installed Visual Studio Tools for Git.

I'm trying to pull all commits (5 in total) from TFS, but I get this error below:

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

How do I resolve this?

error

like image 923
Null Reference Avatar asked Sep 13 '13 09:09

Null Reference


1 Answers

Sadly, the Visual Studio plugin for Git doesn't display the error messages you need to troubleshoot this problem. (I hope they plan that feature for a later release.)

Try pulling the latest commits using Git Bash or using TortoiseGit. Either of those tools should let you know where your conflicts are.

like image 183
dthrasher Avatar answered Sep 18 '22 15:09

dthrasher