git 报错 RPC failed; curl 18 transfer closed with outstanding read data remaining

简介: 这个错误是因为项目太久,tag资源文件太大找了很久网上都说这样:配置如下:$ git  config --global http.

这个错误是因为项目太久,tag资源文件太大

找了很久网上都说这样:

配置如下:
$ git  config --global http.postBuffer 24288000
$ git config --list

如果还不行呢

$ git clone http://github.com/large-repository --depth 1
$ cd large-repository
$ git fetch --unshallow

目录
相关文章
|
30天前
|
存储 开发工具 数据安全/隐私保护
git报错The project you were looking for could not be found 解决方式
git报错The project you were looking for could not be found 解决方式
255 1
|
2月前
|
机器学习/深度学习 Shell 开发工具
Python使用管道执行git命令报错|4-7
Python使用管道执行git命令报错|4-7
|
1月前
transaction 2 failed while formatting outputs from RPC
transaction 2 failed while formatting outputs from RPC
17 0
|
2月前
|
存储 Shell 开发工具
8-8|windows上Git报错
8-8|windows上Git报错
|
3月前
|
开发工具 git
【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
|
3月前
|
网络安全 开发工具 数据安全/隐私保护
Win10使用Git克隆项目出现fatal: Authentication failed for异常
Windows 10系统中使用Git克隆项目时出现"fatal: Authentication failed for"异常的解决方法,主要是通过修改凭据管理器中的Git凭据密码来解决因密码过期导致的身份验证失败问题。
63 0
Win10使用Git克隆项目出现fatal: Authentication failed for异常
|
3月前
|
开发工具 Android开发 git
解决Idea报错出现Git is not installed
解决Idea报错出现Git is not installed
760 2
|
3月前
|
网络安全 开发工具 数据安全/隐私保护
Git——报错总结
Git——报错总结
43 1
|
3月前
|
Ubuntu 开发工具 git
ubuntu 14.04的git 错误: gnutls_handshake() failed: Handshake failed
本文提供了一个解决Ubuntu 14.04系统上使用Git时遇到的"gnutls_handshake() failed: Handshake failed"错误的脚本,通过替换git的默认加密传输库gnutls为更稳定的openssl,并指导如何编译安装新版本的git来解决问题。
53 0
|
4月前
|
网络安全 开发工具 git
【git】解决git报错:ssh:connect to host github.com port 22: Connection timed out 亲测有效
【git】解决git报错:ssh:connect to host github.com port 22: Connection timed out 亲测有效
1098 1