Top "Libgit2" questions

libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings.

Error encountered while cloning the remote repository with VS 2015 Update 3 (TFS 2015 Update 3)

I have recently upgraded to VS 2015 (Update 3) on the client side and TFS 2015 (Update 3) on server side. The Git operations …

git tfs azure-devops libgit2 libgit2sharp
libgit2 returned: Refspec 'refs/heads/origin/HEAD' not found error in TortoiseGit

I got this error when starting up TortoiseGit: Could not get all refs. libgit2 returned: Refspec 'refs/heads/origin/HEAD' …

git tortoisegit libgit2
LibGit2Sharp The Index is locked - Error

Sometimes I try to read and write to a Git repository at the same time. But afterwards i get the …

git github versioning libgit2 libgit2sharp
How to clone git repository with nodegit using ssh

I'm trying to clone git repository from our teamforge server in node.js using library nodegit (version 0.2.4) and ssh. Our …

node.js git ssh libgit2 nodegit
how to commit and push in libgit2sharp

I just downloaded the nugget package for libgit2sharp. I am finding it difficult to do even basic operations. I …

libgit2 libgit2sharp
An error was raised by libgit2. Category = Os (Error)

I have run into this several times now: An error was raised by libgit2. Category = Os (Error). Which sometimes causes …

git version-control visual-studio-2012 azure-devops libgit2