git https报错fatal: Out of memory, malloc failed

最近使用git clone https地址代码突然报错,但如果是ssh地址就可以正常克隆。


报错结果如下:

Cloning into '项目名称'...
fatal: Out of memory, malloc failed (tried to allocate 3138650199 bytes)
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

报错分析:内存不足,导致致命错误。

首先对电脑内存等进行了查看,确认有足够得空间。

问题不出在自己电脑,那就只能是配置得问题。

处理结果如下:

git config --global --unset http.postbuffer

完成后,从新执行git clone https项目得拉去即可。

六月初字帖坊小程序 你想要的字帖模板及工具,这里都有!