Reason: the file size is too large and cannot exceed 100m
1. Check which file exceeds 100m
git rev-list --objects --all | grep xxx
2. Remove from cache
git filter-branch --tree-filter 'rm -f xxx' --tag-name-filter cat -- --all
XXX represents the file name returned in the first step
Read More:
- [Solved] Git Common Error: error: src refspec xxx does not match any/error: failed to push some refs to
- Git Push Error: error: failed to push some refs… hint: Updates were rejected because the remote…
- Git Push remote error: GH007: Your push would publish a private email address.
- Git Push Error: failed to push some refs to ‘[email protected]:
- [Solved] Git Push Error: &fatal: the remote end hung up unexpectedly
- [Solved] Git push Warning: error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
- [Solved] Git push error: error: RPC failed; HTTP 413 curl 22 the requested URL returned error: 413
- Git Push Error: Proxy CONNECT aborted [How to Solve]
- Git fatal: No configured push destination. Either specify the URL from the command-line or co
- [Solved] Git push Error: remote: Support for password authentication was removed on August 13, 2021.
- How to Solve Git Push Error: error: src refspec v3.3.04.1000 matches more than one
- Git push Submit to Remote Error: “remote: Support for password authentication was removed on August 13, 2021.“
- [Solved] Git submits locally to the remote warehouse Error: failed to push some refs to…
- [Solved] the request was rejected because its size (11579386) exceeds the configured maximum (10485760)
- Git push Failed to connect to localhost port 1080 [How to Solve]
- [Solved] error: failed to push some refs to ‘https://gitee.com/wangdxstudy/mygirl.git‘
- Git push error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- [Solved] Git push Error: unpacker error 000000000000
- [HBase Error]“java.lang.OutOfMemoryError: Requested array size exceeds VM limit”
- Git push error: error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)