Hi,
we are facing an issue when checking out branches of a git repository hosted on the bitbucket cloud instance
Cloning into 'MFS999PF'...
remote: Counting objects: 53, done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 53 (delta 5), reused 0 (delta 0)
Receiving objects: 100% (53/53), 6.59 KiB | 249.00 KiB/s, done.
Resolving deltas: 100% (5/5), done.
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD
'
we already tried "git restore --source=HEAD
'" without success (same error)
It's a repository containing LFS and it seems that the issue is around this feature as we do not have any problems cloning/checking-out any other repositories.
The error appears between January the 14th and the end of january, before this date checking-out branches was working fine and nothing was changed on the client computer during this period.
Does anything change on the cloud instance on these dates ?
We used git 2.30.1
If anybody can help...
Thanks