On Mon, Oct 14, 2024 at 12:46 AM 吴元守 <wu.yuanshou@xxxxxxxxxxx> wrote: > > 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) I was able to reproduce the issue. It seems to be related to runtime changes. If we replace "C:/Program Files/Git/usr/bin/msys-2.0.dll" with the file comes with https://github.com/git-for-windows/git/releases/tag/v2.46.2.windows.1, "git clone" succeeds. Koji Nakamaru