Hi Kitty, On Wed, 16 Apr 2025, 張秀穎 KITTY wrote: > Hi git support, > > We have problem ‘cloning repos from AzureDevOps via SourceTree or via command line.’ > We guess this is a Microsoft issue before, but later we find that this issue comes with specific git version. (Microsoft case: 2412240040000772) > > Different git version got different result. > > Git for Windows v2.30.2-rc0.windows.1 ~ 2.43 ---> Clone success > > Git for Windows v2.44.0-rc0.windows.1 or above ---> Clone failed > > > To prevent git version 2.30.2~2.43 from reaching EOL, we need to know how to successfully clone repos after upgrading git version to 2.44 or above. > Any suggestion is appreciate. > > The Error Message: > > ----clone by Sourcetree---- > git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks clone --branch develop https://cfhdevops@xxxxxxxxxxxxx/cfhdevops/IT-CBooking/_git/cathaymeetingroom "\\CFHVDIFSVIP\CFH_VDI_UserData$\00904813.CFHDOM\My Documents\cathaymeetingroom" > Cloning into '\\CFHVDIFSVIP\CFH_VDI_UserData$\00904813.CFHDOM\My Documents\cathaymeetingroom'... > error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 Completed with errors, see above. > > ----clone by command line ---- > $ git clone https://cfhdevops@xxxxxxxxxxxxx/cfhdevops/IT-Contract/_git/IT-Contract > Cloning into 'IT-Contract'... > remote: Azure Repos > remote: Found 10 objects to send. (25 ms) > error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 Unpacking objects: 100% (10/10), 2.18 GiB | 6.12 MiB/s, done. Could you try with `git -c http.sslbackend=schannel clone ...`? Ciao, Johannes