Edward Thomson
Edward Thomson
Beginning in libgit2 [v1.4.5](https://github.com/libgit2/libgit2/releases/tag/v1.4.5) and [v1.5.1](https://github.com/libgit2/libgit2/releases/tag/v1.5.1), we have changed the behavior of the SSH transport. Prior to those versions, libgit2 would ignore the known hosts file and require callers to...
Thanks @martinellison - that makes sense. What _should_ we do on Android? Should we not even try to load `known_hosts`? 🤔
Yes, this is disappointing. But I think that a refactoring here would be a deep investment. 😢
We used to use libcurl but it adds another dependency that we have to manage, which is particularly annoying on windows. Plus it gives us less control over crypto settings....
I think inverting the structure of the "smart" transports so that we have an http transport and an ssh transport that get the high level commands (like upload pack) and...
"The parameter is incorrect" is a message from the Windows HTTP stack. What are you setting the proxy to? You mention the environment variables, is that how you're setting the...
If you don't set it with the environment variable, then how are you setting it? Is it in a global git config? Is it set in the remote? If you're...
@robmaz As pointed out, every CI test run we've perform goes tests our proxy code. I have no idea what Julia does with the environment. Unless you can provide a...
Interesting, thanks @dirkhh, that's helpful data. I've got a couple of other things that I'm neck-deep in, but I'll try to take a look at this soon.