I am new to git-lfs. I am constantly facing an issue while pushing a .tar file inside a git repository. Following are the steps taken:
git lfs install
git lfs track "*.tar"
git lfs track 20209456-123558.tar
git add .gitattributes
git commit -m "Tracking a large file"
git push origin main
While executing the last command, I am getting error
! [remote rejected] main -> main (n/a (unpacker error)) error: failed to push some refs to 'https:...
Please suggest some alternatives to tackle this consistent issue.