What did you do before the bug happened? (Steps to reproduce your issue) Update the git version from 2.46.2 to 2.47.0 . Clone any repository from Github using ssh(HTTP is not affected). What did you expect to happen? (Expected behavior) Clone succeed. What happened instead? (Actual behavior) Git clone hang for a long time during clone(Maybe hang forever). > git clone git@xxxxxxxxxx:ibbles/LearningUnreal.git LearningUnreal2 Cloning into 'LearningUnreal2'... remote: Enumerating objects: 3416, done. remote: Counting objects: 100% (360/360), done. remote: Compressing objects: 100% (261/261), done. Receiving objects: 2% (69/3416) Anything else you want to add: I can reproduce it in two of my machine , and it seems to be easily reproducable. The git process which is hanging forever have a stack as followed. ntdll.dll!NtReadFile() KernelBase.dll!00007ffca591bd3b msvcrt.dll!_read_nolock() msvcrt.dll!_read() git.exe!xread() Line 231 > git.exe!fill() Line 311 git.exe!parse_pack_objects() Line 484 git.exe!cmd_index_pack() Line 1929 git.exe!handle_builtin() Line 484 git.exe!run_argv() Line 821 git.exe!cmd_main() Line 957 git.exe!main() Line 67 git.exe!wmain() Line 4143 git.exe!__tmainCRTStartup() Line 260 git.exe!mainCRTStartup() Line 182 kernel32.dll!00007ffca7bf257d() ntdll.dll!RtlUserThreadStart() [System Info] git version: git version 2.47.0.windows.1 cpu: x86_64 built from commit: d53e4648cb65eb75dd8d8a093d17400a18a9a15d sizeof-long: 4 sizeof-size_t: 8 shell-path: D:/git-sdk-64-build-installers/usr/bin/sh feature: fsmonitor--daemon libcurl: 8.10.1 OpenSSL: OpenSSL 3.2.3 3 Sep 2024 zlib: 1.3.1 uname: Windows 10.0 22631 compiler info: gnuc: 14.2 libc info: no libc information available $SHELL (typically, interactive shell): <unset> [Enabled Hooks] not run from a git repository - no hooks to show</unset>¬*.