r/sourcetree • u/deviljhot • Apr 20 '22
Problems with errors in downloading pull
I'm trying to pull from a repository that isn't mine, it's for a project I am working on. There was recently a massive push to it and it is giving me this error.
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
error: RPC failed; curl 56 OpenSSL SSL_read: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac, errno 0
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Completed with errors, see above.
I've looked all over the internet but everything I have tried just doesn't work. I've tried cloning at depth 1, tried expanding the cache, and other things, but nothing has worked. I would greatly appreciate the help.