Skip to content

Cannot clone GitHub project using blocking-http-transport-reqwest #2140

@samvv

Description

@samvv

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

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions