git remote: warning: suboptimal pack - out of memory

今天在使用git clone项目的时候出现 ”remote: warning: suboptimal pack - out of memory”

经过搜索找到解决方法:在服务端该项目的仓库下,编辑 config 文件,在文件中添加

[pack]
window=0
保存退出即可。

posted @ 2021-08-03 11:19  爱你爱自己  阅读(771)  评论(0编辑  收藏  举报