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
I have setup a repository and setup git-lfs. Using git (CLI) I can add a file that is an lfs tracked file type, commit and push to my gitea server. This works and I can verify that the file was added to lfs storage/tracking. Then, I can use the web interface to upload another file of the same type and commit but the file isn't handled by lfs. Back on the git-cli, git pull generates this error: Encountered 1 file(s) that should have been pointers, but weren't: I can then readd the file and it will be handled by lfs.
Is there anyway to configure the webUI to upload new files using lfs?
The text was updated successfully, but these errors were encountered:
[x]
):Description
I have setup a repository and setup git-lfs. Using git (CLI) I can add a file that is an lfs tracked file type, commit and push to my gitea server. This works and I can verify that the file was added to lfs storage/tracking. Then, I can use the web interface to upload another file of the same type and commit but the file isn't handled by lfs. Back on the git-cli,
git pull
generates this error:Encountered 1 file(s) that should have been pointers, but weren't:
I can then readd the file and it will be handled by lfs.Is there anyway to configure the webUI to upload new files using lfs?
The text was updated successfully, but these errors were encountered: