i have a problem with cloning/pulling some of GIT repositories. Most of repositories work correctly, but biggest one (commit count - we convert our two years old tfs project to GIT repositories) dont work.
Clone error:
git -c filter.lfs.smudge= -c filter.lfs.required=false -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks clone --branch master PROJECTPATHPLACEHOLDER.git C:\Workspace\GIT\PROJECTNAME Cloning into 'C:\Workspace\GIT\PROJECTNAME'... error: RPC failed; curl 56 Recv failure: Connection was reset fatal: error reading section header 'shallow-info'
Pull error:
RPC failed; curl 56 Recv failure: Connection was reset Git failed with a fatal error. error reading section header 'acknowledgments'
I try google possible solution, but none helped (increase http.postbuffer, different versions).
I tried diferent version of the GIT (2.21,2.27,2.29), different environment for git (GIT cmd, Microsoft Visual Studio Professional 2019 Version 16.8.0, Sourcetree 3.3.9) with same error output.
We using BitBucket server as a git server.
My configuration is laptop, win10 pro, remote over vpn.
I will be glad for any a help. Thanks, Lukáš Vašek
Ps. If there is any ambiguity, ask me for specification.