git push时出现Out of memory, malloc failed (tried to allocate xxx bytes)

先查看配置文件信息

git config --list --global

再修改postbuffer大小

git config --global  http.postbuffer 168m

然后重新push就可以了
 

你可能感兴趣的:(git,html)