Pipeline fails without triggering any script

Until yesterday my pipeline integration was working. However, now that I moved the code from an old repo to GitLab, the pipeline fails without even reading a single script.

Please see below the error I see which repeats itself for quite a while until the job kills:

Checking out 309b1dfc as main...
[f7cfc1bfdfd766b14a2402cccaedf4edd30c5b2243b4e63a76f157b4140fc40f] Object does not exist on the server or you don't have permissions to access it: [404] Object does not exist on the server or you don't have permissions to access it
[17543b5661015806740ae75472d40f6a00e9087fe4164d7828078a43ab24a0b9] Object does not exist on the server or you don't have permissions to access it: [404] Object does not exist on the server or you don't have permissions to access it
[56df539e2ecda93999f6cf3ce2e54d7479b68f67b0dba1e9bda982cb0d3a8a56] Object does not exist on the server or you don't have permissions to access it: [404] Object does not exist on the server or you don't have permissions to access it
[062db01d37eda783defdad5fc797061788cd8eee85edb01920b58289f747d69d] Object does not exist on the server or you don't have permissions to access it: [404] Object does not exist on the server or you don't have permissions to access it
[3056d157609c2f74de1d6a563d03d47eba523d49b21e6a555539378c21c63382] Object does not exist on the server or you don't have permissions to access it: [404] Object does not exist on the server or you don't have permissions to access it

From my local, I also see the same(except the first line) error when running:

git lfs fetch --all

Why am I seeing this error and how can I fix it?

This solved all my issues.

GIT_LFS_SKIP_SMUDGE: "1"

Setting up this variable to 1.