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
The Git Large File Storage Extension doesn't currently work with Soft Serve, but it should. Current errors include:
$ git push origin main
Remote "origin" does not support the LFS locking API. Consider disabling it with:
$ git config lfs.https://localhost/x-wombat/info/lfs.locksverify false
batch request: unexpected end of JSON inputB/s
and after disabling the lock:
$ git config lfs.https://localhost/x-wombat.git/info/lfs.locksverify false
$ git push origin main
Uploading LFS objects: 0% (0/1), 0 B | 0 B/s, done.
batch request: unexpected end of JSON input
error: failed to push some refs to 'ssh://localhost:23231/x-wombat'
The text was updated successfully, but these errors were encountered:
The Git Large File Storage Extension doesn't currently work with Soft Serve, but it should. Current errors include:
and after disabling the lock:
The text was updated successfully, but these errors were encountered: