1. When git pull is used for several large projects recently, the following errors always appear: </ font>
error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
2. According to the online method, there are still problems</ font>
// set proxy
git config --global http.proxy socks5://127.0.0.1:1081
git config --global https.proxy socks5://127.0.0.1:1081
// add cache
git config --global http.postBuffer 1048576000
3. Finally, add the following operations to solve the problem
//Change this value to a larger value, the perfect solution, the default is 1500.
ifconfig eth0 mtu 14000
Read More:
- [Solved] Springboot Deploy Error: Input length = 1 or Input length = 2
- Springboot error: Input length = 1 [How to Solve]
- [Solved] 530 This server does not allow plain FTP. You have to use FTP over TLS
- [Solved] canal Startup Error: error while reading from client socket java.io.IOException: Received error packet:
- [Solved] Specified key was too long; max key length is 767 bytes
- [Solved] Mac Homebrew Error: homebrew-core is a shallow clone.
- [Solved] Redis Error: Unexpected exception while processing command
- [Solved] JAVA Connect rabbitMQ Error: An unexpected connection driver error occured
- springboot jsp: There was an unexpected error (type=Not Found, status=404). No message available
- [Solved] Frida-server Startup Error: syntax error: unexpected‘(‘
- Uncaught SyntaxError: Unexpected token o in JSON at position 1 [How to Solve]
- [Solved] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler – Unexpected error occurred in scheduled task.
- There was an unexpected error (type=Internal Server Error, status=500).Invalid bound statement (not
- [Solved] SpringBoot Task Error: Unexpected error occurred in scheduled task
- Maven (http://repo1.maven.org/maven2/): Failed to transfer file and PKIX path building failed: sun.secu
- [Solved] Pycharm Failed to Upload: Upload to *** failed. Could not list the contents of folder “sftp
- How to Solve Swagger error: typeerror: failed to fetch
- [Solved] Execution failed for task ‘:app:uploadCrashlyticsMappingFileRelease‘
- [Solved] socket failed: EPERM (Operation not permitted)
- [Solved] org.springframework.context.ApplicationContextException: Failed to start bean ‘org.springframework.a