1

I started using Windows 11 Dev drive. After I created a separate dev drive, I was not able to clone my repositories into my dev drive. I tried cloning into other drives and it works correctly. Dev drive uses the Resilient File System (ReFS) file system. Here is the error I got after running git clone Myrepo

Receiving objects:   7% (5082/67583), 9.81 MiB | 52.00 KiB/s
Receiving objects:   7% (5085/67583), 10.37 MiB | 128.00 KiB/s
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 5360 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
2
  • 2
    Are you behind a proxy or something similar? Commented Apr 12, 2024 at 9:04
  • @evolutionxbox No, As I mentioned on other drives, it is working properly. There might be an issue with the file system. Commented Apr 12, 2024 at 18:27

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.