Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone --mirror fails #6919

Open
xiota opened this issue May 26, 2023 · 0 comments
Open

git clone --mirror fails #6919

xiota opened this issue May 26, 2023 · 0 comments

Comments

@xiota
Copy link

xiota commented May 26, 2023

Description

I am unable to clone this repository with git clone --mirror. Upon running the command, I see the following output:

Cloning into bare repository 'llvm-project.git'...

Followed by no output or network activity for a long time. Then the following error:

error: RPC failed; HTTP 408 curl 18 HTTP/2 stream 7 was reset
fatal: expected 'packfile'

git clone and git clone --bare appear to work as expected.

git works as expected on a fork of the repository with the "Copy the main branch only" option unchecked. (Potential solution, replace repository with a fresh fork.)

Steps to reproduce

Run: git clone --mirror https://github.com/apple/llvm-project.git

Expected behavior

git should clone the repository.

Note: Same issue with different repository apple/swift#66168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant