最近有人在推送GitHub repos时出现问题吗?我尝试时一直收到错误:
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
或
fatal: unable to access 'https://github.com/sr-murthy/TPP.git/': Server aborted the SSL handshake
这是某种DDoS攻击吗?
答案 0 :(得分:1)
此错误可能是因为打开ssl网站。 请再做一次操作?如果你仍然面临问题你可以为你调试目的禁用sslVerfication。所以你可以得出一些结论。
在用户设置中将其更改为http.sslVerify=false
(如果您使用的是eclipse window--?Preferences-->git-->configuration-->User Settings
)