First of all, this is my error report
Total 123 (delta 0), reused 0 (delta 0), pack-reused 0
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
send-pack: unexpected disconnect while reading sideband packet
fatal: the remote end hung up unexpectedly
Reason: the project is too large and the network is not working, resulting in an error that the download is too slow and exceeds the time trigger
Method 1: modify the cache size
git config --global http.postBuffer 524288000
Change the warehouse configuration to the following
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/dhsb-4/SSM.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/hefs/master
[http]
postBuffer = 1048576000
Configuration path (open with Notepad)
push again after modification
Method 2: configure the minimum speed and minimum speed time of GIT
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
– Global: for the current user – system: for all users
Method 3: use SSH path
I use this method to solve this problem
Read More:
- Git Push Error: error: failed to push some refs… hint: Updates were rejected because the remote…
- Git push Submit to Remote Error: “remote: Support for password authentication was removed on August 13, 2021.“
- Git Push remote error: GH007: Your push would publish a private email address.
- 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.
- [Solved] Git submits locally to the remote warehouse Error: failed to push some refs to…
- Git Push Error: failed to push some refs to ‘[email protected]:
- Local repository upload to remote repository error: failed to push some refs to ‘https://hub.fastgit.org/zhizhangxuezhang/ui-test.git‘
- SourceTree Git Error: remote: HTTP Basic: Access denied fatal: Authentication failed
- Git Push Error: Proxy CONNECT aborted [How to Solve]
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- [Solved] Git push error: error: RPC failed; HTTP 413 curl 22 the requested URL returned error: 413
- [Solved] fatal: not in a git directory Error: Command failed with exit 128: git
- [Solved] Git push Warning: error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
- [Solved] Git Common Error: error: src refspec xxx does not match any/error: failed to push some refs to
- Git push error: RPC failed; curl 7 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
- How to Solve Git Push Error: error: src refspec v3.3.04.1000 matches more than one
- How to Solve Git Error: error: failed to push some refs to……
- Git push Failed to connect to localhost port 1080 [How to Solve]
- Git push error: error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)