I've recently installed VS2013. Whenever I try to do anything with GIT I get the following 2 messages in the output window:
An error was raised by libgit2. Category = Unknown (Error). No error message has been provided by the native library
I've recently installed VS2013. Whenever I try to do anything with GIT I get the following 2 messages in the output window:
An error was raised by libgit2. Category = Unknown (Error). No error message has been provided by the native library
The issue may come mainly in remote repository fetching. Before cloning remote repository, please open the remote url and check whether it is accessible from the local system.
For ex when i want to connect to \1.1.1.1\mygit, open this path in the command window and check if it is accessible. If the remote system is also on the same network and proper permission is given, then it will allow to connect. In case of secured networks, while opening the path, it will ask for credentials to connect to 1.1.1.1 and only after entering the credentials, we will be able to connect