Implemented support for responding to git clone and git push from client on server. It works but I had to use the transport functionality from GitSharp as it does not seem to be implemented in libgit2sharp. Further, the GitSharp library had to be a copy of the source used in Bonobo rather than the latest package from NuGet. Kinda Stinky.