I have problems with repon cloning on git. I tried for many days and tried quite a few solutions (in most cases the problem was slightly different, but seemed to apply), but nothing did anything to change the situation.
I tried to disable anti-v irus and firewall, but that did not help. I also tried uninstalling and reinstalling the network adapter drivers (and restarting the computer), and this did not work.
From what I understand, the problem with the network is somewhere when the remote server is holding on, but I can’t cope with this problem anywhere.
Using git clone -v --progress seemed to give the same result as git clone. Exiting git clone -v --progress https://github.com/mit-cml/appinventor-sources.git
Cloning to "appinventor-sources" ...
POST git-upload-pack (gzip 1425 to 774 bytes)
remote: counting objects: 41649, done.
remote: Object compression: 100% (7/7), done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the far end unexpectedly hung up
fatal: early EOF
fatal: index packet failed
I now tried to increase the buffer again
git config --global http.postBuffer 1048576000
but still nothing.
. , git .