LibreSSL SSL_connect:与 bitbucket.org:443 连接的管道损坏

发布于 2025-01-15 18:22:11 字数 329 浏览 2 评论 0原文

我之前曾经使用 GitHub 桌面拉取和推送 bitbucket 存储库,但在过去的几天里,我开始收到此错误,并且我无法推送或拉取我的更改。

fatal: unable to access 'https://bitbucket.org/<<<Repo Link>>>/': LibreSSL SSL_connect: Broken pipe in connection to bitbucket.org:443 

仅当我使用 github 桌面时才会出现此问题,我可以在浏览器中登录我的 bitbucket 存储库并查看所有文件,没有任何问题。

I used to pull and push bitbucket repos using GitHub desktop earlier, but for the last couple of days, I started getting this error and I'm unbale to push or pull my changes.

fatal: unable to access 'https://bitbucket.org/<<<Repo Link>>>/': LibreSSL SSL_connect: Broken pipe in connection to bitbucket.org:443 

This issue seems only when I use github desktop, I can log in to my bitbucket repo in the browser and see all the files without any issues.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满身野味 2025-01-22 18:22:11

git config http.sslverify false

解决了问题。

git config http.sslverify false

solved the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文