What kind of error is this

PS C:\Users\User\codecrafters-shell-go> git push origin master
Everything up-to-date
PS C:\Users\User\codecrafters-shell-go> git commit --allow-empty -m “[any message]”
[master f7f572d] [any message]
PS C:\Users\User\codecrafters-shell-go> git push origin master^C
PS C:\Users\User\codecrafters-shell-go> git push origin master
Enumerating objects: 13, done.
Counting objects: 100% (13/13), done.
Delta compression using up to 16 threads
Compressing objects: 100% (7/7), done.
Writing objects: 100% (8/8), 1.82 MiB | 522.00 KiB/s, done.
Total 8 (delta 3), reused 0 (delta 0), pack-reused 0 (from 0)
remote: ------------------------------------------------------------------------
remote:
remote:
remote: __ _ __ __ _
remote: / \ __ | | __ / _ __ __ _ / || | __ _ __ __
remote: / / / _ \ / | / _ \ / / | '__|/ _ || | | |/ _ | '|/ |
remote: / /
| () || (| || // /| | | (| || || || /| | _
remote: _/ _/ _,| _|_/|| _,||| _|___||| |___/
remote:
remote:
remote: Welcome to CodeCrafters! Your commit was received successfully.
remote:
remote: ------------------------------------------------------------------------
remote:
remote: Your push was rejected because the following files were larger than 1MB:
remote:
remote: - ./your_program.exe (3MB)
remote:
remote:
remote: Try removing these files and submitting again.
remote:
remote:
remote: Learn more: Large files found - CodeCrafters
remote:
remote:
remote:
To https://git.codecrafters.io/ef4ed08f97a43ad7
! [remote rejected] master → master (pre-receive hook declined)
error: failed to push some refs to ‘https://git.codecrafters.io/[redacted]’

Hey @HnustLzh2, have you had a chance to check this guide yet?

1 Like

Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.