1 2 3 4 5 6 7 8 9 10
| $ git push --set-upstream origin relase Counting objects: 2707, done. Delta compression using up to 4 threads. Compressing objects: 100% (2693/2693), done. Writing objects: 100% (2707/2707), 36.23 MiB | 6.32 MiB/s, done. Total 2707 (delta 340), reused 0 (delta 0) error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly Everything up-to-date
|