Submitting changes (commit: b18bf89)...
push changes: add all files: send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Everything up-to-date
this is what I see when I try to git push or codecraft test
remote: Your push was rejected because the following files were larger than 1MB:
remote:
remote: - ./app/__debug_bin729679293 (3MB)
remote:
remote:
remote: Try removing these files and submitting again.
remote:
remote:
remote: Learn more: https://codecrafters.io/large-files
remote:
remote:
remote:
To https://git.codecrafters.io/d30d7ede1d6aa8b6
! [remote rejected] HEAD -> cli-test-1739878407641 (pre-receive hook declined)
error: failed to push some refs to 'https://git.codecrafters.io/d30d7ede1d6aa8b6'
remote: Your push was rejected because the following files were larger than 1MB:
remote:
remote: - ./app/__debug_bin729679293 (3MB)
It looks like you’re running into a new issue with large files accidentally committed into the repo. Could you check out this guide and see if it helps?