【错误记录】GitHub 错误 ( Push failed Unable to access xx:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 )

简介: 【错误记录】GitHub 错误 ( Push failed Unable to access xx:OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 )

文章目录

一、 报错信息

二、 解决方案





一、 报错信息


GitHub 更新代码 , 推送代码都报 10054 错误 ;


报错信息如下 :


23:42 Push failed
    Unable to access 'https://github.com/han1202012/flutter_photo.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054


image.png






二、 解决方案


常规方案无法解决 , 尝试了网上给出的四种方案 :


不验证 SSL : 执行 git config http.sslVerify "false" 命令 ;

GitHub 上重新生成 SSH Key ;

取消代理 : git config --global --unset http.proxy , git config --global --unset https.proxy

上述方案都不管用 ;


路由器提供了两种宽带 , 一个 5G , 一个 4G , 断开 5G 连接 , 使用 4G 连接 , 推送成功 ;


暂时不知道具体原因 ;


image.png

目录
相关文章
|
6月前
|
缓存 网络协议 Linux
百度搜索:蓝易云【解决github push/pull报错443】
通过以上方法,你有望解决GitHub push/pull报错443的问题。如果问题仍然存在,建议检查GitHub的状态页面,看是否有正在维护或故障的情况。
133 3
|
15天前
|
网络安全 开发工具 git
解决fatal:remote error:You can’t push to git://github.com/username/*.g
通过上述诊断与修复步骤,绝大多数的推送错误都能得到有效解决,确保您的Git工作流顺畅无阻。
17 1
|
2月前
|
Shell 网络安全 开发工具
fatal: unable to access 'https://github.com/wolfcw/libfaketime.git/': Encountered end of file
fatal: unable to access 'https://github.com/wolfcw/libfaketime.git/': Encountered end of file
|
3月前
|
存储 开发工具 数据安全/隐私保护
解决Gitee或者Github出现Access denied fatal: unable to access,The requested URL returned error: 403
解决Gitee或者Github出现Access denied fatal: unable to access,The requested URL returned error: 403
477 0
|
3月前
|
iOS开发 Perl
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
79 0
|
3月前
GitHub——如何生成Personal access tokens
GitHub——如何生成Personal access tokens
11 0
|
5月前
|
开发工具 git
【已解决】error: failed to push some refs to ‘git@github.com:BATdalao/Github-green.git‘
【已解决】error: failed to push some refs to ‘git@github.com:BATdalao/Github-green.git‘
【完美解决】Github action报错remote: Write access to repository not granted.
【完美解决】Github action报错remote: Write access to repository not granted.
|
5月前
|
开发工具 git
出现“error: failed to push some refs to ‘https://github.com/****.git‘”,如何解决问题
出现“error: failed to push some refs to ‘https://github.com/****.git‘”,如何解决问题
541 1
|
6月前
LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
106 0
下一篇
无影云桌面