Edward Thomson

Results 549 comments of Edward Thomson

@JanMa Good to know. I just published v2.4, let me know if this doesn't resolve the issue!

@Hex4dec I'm not familiar with guix- can you give a simple set of repro steps for me?

I'd like a few more details - we have several tests that exercise proxies. Did this work before and stopped working in 1.0.1? Have you found any workarounds? Does it...

I'm just seeing now that you're using `http` with your git server. I believe that this is the problem. If you use `https`, you should be able to use your...

I agree, does the code change that I suggested resolve it for you or are you not able to recompile libgit2 from source?

Did you upgrade anything locally (in other words, change the version of LibGit2Sharp) in the last week? If not, something has changed in Azure Repos. You're using two authentication methods...

You're welcome to use custom headers to pass information to the server, but I don't think that I understand. Because you don't _need_ to use custom headers for authentication. You're...

Thanks... I wonder if the problem here is that you're using an on-premises Azure DevOps Server instance, which supports both NTLM _and_ Basic authentication. Our authentication stack prefers NTLM _but_...

Thanks for the PR; I've been noodling on this a little bit, and I wonder if a library option is the best place for this. In particular, I wonder if...

> One caveat of this implementation is that if you specify port 22 in a remote url despite a different port in ssh config, it will be ignored. Yeah, you're...