Happy New Year!

记录一个GIT使用的问题,遇到拉代码提示虚拟内存不足的问题。

大概的报错提示信息如下

 

git.exe clone --progress -v -- "https://codeup.aliyun.com/678503326d5cd76b41ee6a44/mer_front-end.git" "C:\Users\Administrator\Desktop\pro\mer_front-end"
Cloning into 'C:\Users\Administrator\Desktop\pro\mer_front-end'...
fatal: Out of memory, malloc failed (tried to allocate 3701932032 bytes)
fatal: Could not read from remote repository.
 
Please make sure you have the correct access rights
and the repository exists.
 
 
git 未能顺利结束 (退出码 128) (594 ms @ 2025/4/11 19:30:51)
 
 
 
【解决 方案】
git config --global http.postBuffer 1024M
 
 
posted @ 2025-04-11 19:41  义美-小义  阅读(41)  评论(0)    收藏  举报
返回顶部小火箭
世界很公平,想要最好,就一定得付出!
x
github主页