-
-
Notifications
You must be signed in to change notification settings - Fork 388
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Current behavior 😯
Using this example, I tried cloning a simple repository using GitOxide but got the following cryptic error message:
Url: "https://github.com/samvv/evcape.git"
Cloning "https://github.com/samvv/evcape.git" into "evcape"...
Error: An IO error occurred when talking to the server
Caused by:
error sending request for url (https://github.com/samvv/evcape.git/info/refs?service=git-upload-pack)
That's it. I don't get anything more than 'error sending request'. The .source()
object of the nested Io error is also empty.
It does work with at least the following configurations:
- blocking-http-transport-curl
- blocking-http-transport-reqwest-rust-tls
Test sandbox: https://codesandbox.io/p/devbox/naughty-goldstine-pd26nh
Expected behavior 🤔
Cloning should work, just like with blocking-http-transport-curl
.
Git behavior
No response
Steps to reproduce 🕹
No response
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed