網站首頁 編程語言 正文
今天從GitHub上找到一份代碼,想要clone到本地,便利用Git去clone代碼,結果報了以下錯誤:
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
查了一下,發現上因為Git限制了推送數據的大小導致的錯誤。
解決方法:重新設置通信緩存大小
git config http.postBuffer 524288000
如果當你輸入完還繼續報錯:
$ git config http.postBuffer 524288000
fatal: not in a git directory
那么你可以加上--global試試:
git config --global http.postBuffer 524288000
這樣就不會再出問題了,完美解決。剩下的你就該干嘛干嘛啦。
如果還有問題,額,請自行百度,抱歉。
原文鏈接:https://blog.csdn.net/weixin_38515203/article/details/82884997
相關推薦
- 2022-07-10 oracle中的session
- 2022-08-05 C語言示例講解for循環的用法_C 語言
- 2023-01-30 python多進程程序打包成exe的問題_python
- 2022-09-03 Python中xlsx文件轉置操作詳解(行轉列和列轉行)_python
- 2022-11-21 Python?Flask實現圖片驗證碼與郵箱驗證碼流程詳細講解_python
- 2023-07-06 golang文件路徑判定是否存在以及創建路徑創建文件
- 2021-12-02 基于C語言掃雷游戲的設計與實現_C 語言
- 2022-10-29 python使用正則表達式匹配反斜杠\遇到的問題_python
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支