git push -u origin main
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
i tried,
git config http.postBuffer 524288000
but it didn't worked
Follow few steps:
git lfs migrate import --include="*.csv"
git config --global http.postBuffer 524288000
git push -u origin main
After this, you should be able to push changes into origin branch.