源树无法推送

时间:2018-12-03 09:02:55

标签: git github bitbucket atlassian-sourcetree

我的源代码树无法突然推送,甚至不知道为什么我更新了源代码树和git还是一样。有没有人遇到过这个问题

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --set-upstream origin 20181122_online_booking_uat:20181122_online_booking_uat


推送至https://souce@bitbucket.org/souce/souce.git

fatal: unable to access https://souce@bitbucket.org/souce/souce.git/': error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Completed with errors, see above.

2 个答案:

答案 0 :(得分:4)

我通过在“工具”>“选项”>“ Git”>“更新嵌入式”中更新Git来修复它,运行所有内容后,只需单击“确定”

答案 1 :(得分:2)

我看到您已经解决了您的问题,但是对于那些对此不起作用的人:请确保您使用最新版本的Sourcetree。
自2018年12月1日以来,Bitbucket已禁用对TLSv1和TLSv1.1的支持,这会影响较旧版本的Sourcetree。

https://bitbucket.org/blog/deprecating-tlsv1-tlsv1-1-2018-12-01

您可以通过转到工具->更新

进行更新