连接中出现未知的 SSL 协议错误
问题描述:
我想将我的提交推送到 Bitbucket 存储库,但发生了此错误:
I want to push my commits to a Bitbucket repository but this error occurred:
Fatal: unable to access
'https://myUsername@bitbucket.org/myUsername/myRepository.git/':
Unknown SSL protocol error in connection to bitbucket.org:443
答
根据 bitbucket 知识库 也可能是因为仓库的所有者超出了计划限制.
According to bitbucket knowledgebase it may also be caused by the owner of the repository being over the plan limit.
如果您进一步向下查看页面,似乎也可以通过使用太旧的 git 版本(目前需要 1.7)来触发此错误.
If you look further down the page it seems to also be possible to trig this error by using a too old git version (1.7 is needed at the moment).