LFS Authentication Fails for Site

Hallo,

During cloning the repo i am getting asked via git credential manager to login in to https://f26ac59f-ddf6-4648-aca1-80553ea5fa9d.netlify.app
No matter what login credentials i try, it won’t accept it. I tried every possible combination from netlify and github (username, password, private access token, …). My Netlify login email is correct, and I am successfully logged in with the Netlify CLI.

The core problem seems to be that the LFS authentication endpoint for my site is rejecting valid credentials. I have performed extensive local testing (including direct curl requests) that confirms this is likely a server-side issue.

I already checked some topics from here, but some of the commands are looking already outdated or the solutions won’t fit my problem to fix it.

Thank you for any help in advance!

https://dulcet-eclair-20f227.netlify.app/

This is the authentication workflow for the Large Media feature which is now deprecated:

There are two possible ways forward:

  • get the Git credential helper for Large Media working on the system trying to clone the repo

or:

  • removed the Large Media feature from the site

It does not appear that your site makes use of the Large Media image transformations (and please correct me if I am mistaken). As such, I would recommend removing the feature entirely.

If you want to get the Git credential helper working, that documentation is here:

If you want to uninstall Large Media, those instructions can be found here:

Please let us know how you want to proceed and if there are any questions.