当尝试推送到我的新BitBucket存储库时,我不断收到此错误:
Counting objects: 28, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (28/28), done.
Writing objects: 100% (28/28), 10.82 MiB | 7.29 MiB/s, done.
Total 28 (delta 1), reused 0 (delta 0)
error: RPC failed; curl 56 SSL read: error:140943FC:SSL
routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
我在SourceTree中也遇到了同样的错误。我尝试弄乱配置文件以增加缓冲区大小,如下所示:
git config --global http.postBuffer 524288000
我不想使用SSH,因为我在Windows 10上没有服务器来使用SSH。我宁愿只是从命令提示符下推。我还应该注意,有些文件夹能够推送到存储库,但其他文件夹却没有。
想知道该怎么做。我注意到有关于此问题的另一篇文章here,但我想说明我的情况,我已经尝试了所有这些无济于事。真的在这里寻求帮助。我只想推送一个简单的bootstrap网站。
答案 0 :(得分:1)
我不想使用SSH,因为我在Windows 10上没有服务器来使用SSH
你仍然可以push through ssh:git for windows在其发行版中包含openssh。也许你的服务器没有权利使用ssh进行出站交易?我知道我不能在公司的任何服务器上使用ssh。
检查问题是否仍然存在,因为有recent incident report for Atlassian Bitbucket通过HTTPS影响Git
那"糟糕的记录mac" ssl错误大约是" Message Authentication Code",并建议upgrade of ssl library on the server side(作为事件解决方案的一部分)。
确保为Widows 2.8.3使用最新的git。
答案 1 :(得分:0)
当我遇到此问题时,我正在进行git-tf
迁移,并且主要是TFS用户,我真的不知道从哪里开始。
允许我执行同步/签入的快速修复是从BitBucket项目设置中暂时关闭“这是一个私人存储库”。