I've been trying to clone the FreeBSD src tree, and I'm encountering the following error:
I've tried various solutions. The main one I've seen is to increase the post buffer size (example below):
This didn't work and nor did further increasing the buffer size. Additionally, I tried cloning the repo over ssh instead of http and using svn with similar results. This seems to indicate that there is a problem outside the scope of source control. I suspect there may be an issue with my network/firewall configuration, but I am still new to FreeBSD so it may be another problem entirely.
Any help is much appreciated. Please let me know if there is any further info I can provide.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
I've tried various solutions. The main one I've seen is to increase the post buffer size (example below):
git config --global http.postBuffer 524288000
This didn't work and nor did further increasing the buffer size. Additionally, I tried cloning the repo over ssh instead of http and using svn with similar results. This seems to indicate that there is a problem outside the scope of source control. I suspect there may be an issue with my network/firewall configuration, but I am still new to FreeBSD so it may be another problem entirely.
Any help is much appreciated. Please let me know if there is any further info I can provide.