1. Error Messages:
execute git push http://git.xxx.com/app/guanghe-app.git –all reward
Error Messages:
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
The above problem is caused by the size limitation of HTTP push files. Just submit them in SSH.
2. Upload via SSH
git push ssh://git @10.1.8.121:1122/app/guanghe-app.git –all
Enumerating objects: 15951, done.
Counting objects: 100% (15951/15951), done.
Delta compression using up to 6 threads
Compressing objects: 100% (2863/2863), done.
Writing objects: 100% (15951/15951), 35.04 MiB | 23.89 MiB/s, done.
Total 15951 (delta 12568), reused 15905 (delta 12533)
remote: Resolving deltas: 100% (12568/12568), done.
To ssh://10.1.8.151:1122/app/guanghe-app.git
* [new branch] dev -> dev
The warehouse has been uploaded successfully
Read More:
- [Solved] Git push error: error: RPC failed; HTTP 413 curl 22 the requested URL returned error: 413
- Git push error: error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
- Git Error: error RPC failed; curl 56 OpenSSL SSL_read SSL_ERROR_SYSCALL, errno 10054
- [Solved] Curl: (22) the requested URL returned error: 404 when installing XXX on MAC brew
- [Solved] idea git Update failed unable to access ‘httpxxx‘ The requested URL returned error: 500
- Git Push Error: error: failed to push some refs… hint: Updates were rejected because the remote…
- Git push error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- Git: “error: RPC failed; curl 18 transfer closed with outstanding read data remaining”
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- [step on the pit] idea submits the code to GitHub and prompts 403 — the requested URL returned error: 403
- The requested URL returned error: 403 [How to Solve]
- [Solved] git error: RPC failed; curl 56 Recv failure:Connection was resetB/s
- [Solved] Github Push Codes Error: “error:RPC failed;curl 56 OpenSSL SSL_read:SSL_ERROR_SYSCALL,errno 10054”
- fatal: unable to access”: The requested URL returned error: 500
- Git fatal: No configured push destination. Either specify the URL from the command-line or co
- Git Push Error: failed to push some refs to ‘[email protected]:
- [Solved] Git Common Error: error: src refspec xxx does not match any/error: failed to push some refs to
- git clone,pod install error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
- RPC failed; curl 56 SSLRead() return error
- Github Clone Error: RPC failed; result=56, HTTP code=200