I have been trying to clone my git repository, but I keep getting errors that RPC failed.
I have been googling and trying things, but nothing I have run into has helped.
Locally the git works fine and only getting this error on the webserver.
Any help would be wonderful.
remote: Enumerating objects: 560, done.
remote: Counting objects: 100% (124/124), done.
remote: Compressing objects: 100% (119/119), done.
error: RPC failed; result=18, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
(I don't know git very well, but trying)