1

I'm trying to set up git with VS2013 by following these instructions:

How do I add an existing Solution to GitHub from Visual Studio 2013

However in Home | Unsynced Commits, I get the following error:

An error occurred. Detailed message: An error was raised by libgit2. Category = Unknown (Error).
No error message has been provided by the native library

Considering that the error message is very unclear, I don't know where to start troubleshooting.

EDIT: The error occurs not only with Unsynced Commits, but with Changes and Branches as well.

Community
  • 1
  • 1
drum
  • 5,416
  • 7
  • 57
  • 91

1 Answers1

0

Please refer to this answer : https://stackoverflow.com/a/20004092/3286583

I was also getting the libgit2 error. It was an issue because of "Initialize this repository with a README.md".

For removing the solution from source control, close Visual Studio and delete the .gitattributes, .gitignore and ".git" folder. Now reopen the solution and try again with above mentioned answer's method.

Community
  • 1
  • 1