I'm trying to push my code to BitBucket but Xcode keeps giving me the error:
SecureTransport error: I/O error (bummers) (-1)
If I try pushing using the command line, it keeps giving me the following error:
error: RPC failed; curl 56 SSLRead() return error -9820
fatal: The remote end hung up unexpectedly
It was working but has suddenly stopped and I have no idea why. Googling hasn't brought up any answers either, although a solution to a similar error suggested to make sure php uses openssl. That didn't work. Any help would be appreciated!
After contacting BitBucket, they suggested to connect using SSH rather than HTTPS. My problem was that I was transferring too much in one go. After I did that it worked!
That problem was annoying me for a while and based on the accepted answer the detailed following scenario worked with me, Add ssh key to Bitbucket account
cat ~/.ssh/id_rsa.pub | pbcopy
then past the key and give it any nameThank you very much @Tometoyou !
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With