Fatal: pack exceeds maximum allowed size

I am trying to run the demo code available on gitlab, getting the below error.
Have troubleshooted several times, could not resolve it.
Can anybody suggest a solution?

Delta compression using up to 48 threads.
Compressing objects: 100% (28/28), done.
remote: fatal: pack exceeds maximum allowed size
remote: 
remote: ========================================================================
remote: 
remote: stdin send error: EOF
remote: 
remote: ========================================================================
remote: 
error: remote unpack failed: unpack-objects abnormal exit
error: failed to push some refs to 'git@gitlab.aicrowd.com:pn/task_1_query-product_ranking_code_starter_kit.git'

Hi @pn1,

Please use git-lfs to upload larger files in your repository.

The relevant commands are available in starter kit, or you can refer this for example.

git-lfs already ran,
executed every single line as mentioned here - utils/SUBMISSION.md · main · AIcrowd / Challenges / Amazon KDD Cup / 1️⃣ Query Product Ranking Starter Kit · GitLab

Here is the screenshot.