Comments on: Connect to TFS 2013 Git Repository with LibGit2Sharp https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/ coach, trainer and bdd addict, creator of SpecFlow; owner of Spec Solutions Wed, 05 Feb 2014 08:24:20 +0000 hourly 1 https://wordpress.org/?v=6.9 By: Gáspár https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-139 Wed, 05 Feb 2014 08:24:20 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-139 In reply to jus4rubbish.

With TFS, we use https, so generally it should work… if you’ve figured out what was wrong, please let us know.

]]>
By: jus4rubbish https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-138 Tue, 04 Feb 2014 10:40:33 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-138 In reply to jus4rubbish.

I manage to get it to work. and it works amazing! i can even clone BonoboGitServer with NTLM. But when i use https, i have a problem. can i use HTTPS instead?

]]>
By: jus4rubbish https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-137 Tue, 04 Feb 2014 10:05:18 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-137 Hi, i try to compile the example, https://github.com/gasparnagy/Sample_NtlmGitTest
but i am not able to find the reference for microsoft.teamfoundation.git.coreservices

i tried to install TFS Express. but still cannot find the reference. what am i missing?

]]>
By: Gáspár https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-132 Wed, 08 Jan 2014 20:41:35 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-132 In reply to Tersius Kuhne.

In our case, we needed to support a any TFS installation without extra configuration, so this was not an option for us.

]]>
By: Gáspár https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-131 Wed, 08 Jan 2014 20:40:26 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-131 In reply to Alexander Kolev.

Yes, you need to use the git2-msvstfs.dll and the LibGit2Sharp.dll assemblies from the VS folder (Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer). See my mentioned example on GitHub.

]]>
By: Tersius Kuhne https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-130 Mon, 30 Dec 2013 09:14:34 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-130 We also had some issues and after we enabled HTTP Basic Auth to the TFS Webpage and App it worked. Maybe you have a different issue.

]]>
By: Alexander Kolev https://gasparnagy.com/2013/11/connect-to-tfs-2013-git-repository-with-libgit2sharp/#comment-128 Wed, 18 Dec 2013 12:02:08 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=274#comment-128 Hi,

I’m experiencing exactly the same issue (using Assembla instead if TFS).

I don’t understand to replace current implementation of LibGit2Sharp from VS to workaround the existing issue? Can you explain in more details? Do I replace an assembly or …?

Thanks in advance

]]>