Git clone issue
Summary:
I am facing an issue where cloning a specific Git repository using SSH works on macOS but fails on my Windows machine. New repositories are cloned successfully on both platforms, but the existing one only fails on Windows.
Content:
I am able to successfully clone a newly created Git repository via SSH on both macOS and Windows. However, when I try to clone an existing repository using SSH on Windows, I encounter the following error:
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
This issue does not occur on macOS, where the SSH clone works fine for the same repository
Tagged:
0