You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
When I enable Netlify Large Media on my test site and try to git push I get the following error:
Remote "origin" does not support the LFS locking API. Consider disabling it with:
$ git config lfs.https://[SITE_ID].netlify.com/.netlify/large-media.locksverify false
batch response: Expected json type, got: "text/plain; charset=utf-8"
Uploading LFS objects: 0% (0/1), 0 B | 0 B/s, done.
error: failed to push some refs to 'git@github.com:[ORG]/[REPO].git'
It would be nice if netlify lm:setup would disable lfs lock automatically since it is not supported by Netlify Large Media.
There is a discussion on Netlify Community about this.
The text was updated successfully, but these errors were encountered:
When I enable Netlify Large Media on my test site and try to
git push
I get the following error:It would be nice if
netlify lm:setup
would disable lfs lock automatically since it is not supported by Netlify Large Media.There is a discussion on Netlify Community about this.
The text was updated successfully, but these errors were encountered: