问答一下,轻松解决,电脑应用解决专家!
主板显卡CPU内存显示器
硬盘维修显卡维修显示器维修
注册表系统命令DOS命令Win8
存储光存储鼠标键盘
内存维修打印机维修
WinXPWin7Win10/Win11
硬件综合机箱电源散热器手机数码
主板维修CPU维修键盘鼠标维修
Word教程Excel教程PowerPointWPS
网络工具系统工具图像工具
数据库javascriptLinux系统
PHP教程CSS教程XML教程

git Unable to access ‘https/’:OpenSSL SSL_read:git故障集

更新时间:2022-05-19 09:33 作者:佚名点击:

1.报错

git Unable to access ‘https://github.com/xxxx/xxxx.git/’:OpenSSL SSL_read:Connection was reset

Failed to connect to github.com port 443: Connection timed out

1.1解决方案

法1,换网络。

法2,修改git配置的方案,具体命令是 git config --global http.sslVerify false

2.报错

error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed

2.1解决方案

下载文件太大,需扩充限制。

git init

git config http.postBuffer 524288000

顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
你可能感兴趣的内容