What did you do before the bug happened? (Steps to reproduce your issue) Upgraded git-bash (windows) to latest version 2.45.1 What did you expect to happen? (Expected behavior) git works as usual What happened instead? (Actual behavior) git pull and git clone just hangs forever when remote is dev.azure.com (did not try any other remote) What's different between what you expected and what actually happened? see above Anything else you want to add: When executing with GIT_TRACE=1 GIT_TRACE_PACKET=1 GIT_CURL_VERBOSE=1 it can be seen, that git connects successfully to remote, but hangs after a cuple of this lines: 10:51:38.026547 git.c:465 trace: built-in: git config --null --type=path http.dev.azure.com.cookieFile 10:51:38.065783 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 10:51:38.071783 git.c:465 trace: built-in: git config --null --type=path http.https://azure.com.cookieFile 10:51:38.110297 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 10:51:38.116296 git.c:465 trace: built-in: git config --null --type=path http.azure.com.cookieFile 10:51:38.155881 exec-cmd.c:243 trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core 10:51:38.161881 git.c:465 trace: built-in: git config --null --type=path http.cookieFile Please review the rest of the bug report below. You can delete any lines you don't wish to share. [System Info] git version: git version 2.45.1.windows.1 cpu: x86_64 built from commit: 965b16798dab6962ada5b0d8cf0dca68f385c448 sizeof-long: 4 sizeof-size_t: 8 shell-path: /bin/sh feature: fsmonitor--daemon uname: Windows 10.0 22631 compiler info: gnuc: 13.2 libc info: no libc information available $SHELL (typically, interactive shell): C:\Program Files\Git\usr\bin\bash.exe [Enabled Hooks] not run from a git repository - no hooks to show