十九. git https报错fatal: Out of memory, malloc failed
报错结果如下:
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

浙公网安备 33010602011771号