+1 vote
in Gitea by
What is LFS Issues in Gitea?

1 Answer

0 votes
by

For issues concerning LFS data upload

batch response: Authentication required: Authorization error: <GITEA_LFS_URL>/info/lfs/objects/batch
Check that you have proper access to the repository
error: failed to push some refs to '<GIT_REPO_URL>'

Check the value of LFS_HTTP_AUTH_EXPIRY in your app.ini file.
By default, your LFS token will expire after 20 minutes. If you have a slow connection or a large file (or both), it may not finish uploading within the time limit.

You may want to set this value to 60m or 120m.

Related questions

+1 vote
asked Jan 13, 2022 in Gitea by DavidAnderson
+1 vote
asked Jan 12, 2022 in Gitea by DavidAnderson
...