I am trying my move my linux repos for off of GitLab into bitBucket. But I get errors and it doesn't finish.
git config http.postBuffer 524288000
JAKE@CRD-JAKE-P50 ~/repotemp/linux-4.x.git
$ git push --all bitbucket
Password for 'https://pan-jake@bitbucket.org':
Enumerating objects: 5644916, done.
Counting objects: 100% (5644916/5644916), done.
Delta compression using up to 8 threads
Compressing objects: 100% (851571/851571), done.
Writing objects: 100% (5644916/5644916), 1.51 GiB | 719.00 KiB/s, done.
Total 5644916 (delta 4759196), reused 5631090 (delta 4750938)
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
Hello @Jim Kelly,
Thanks for reaching out.
What is the version of your Git client? Can you try configuring SSH key and try pushing the same repo via SSH?
Let me know if that works.
Cheers,
Daniil
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.