當(dāng)前位置:
首頁 >
git 问题解决
發(fā)布時(shí)間:2023/10/11
123
如意码农
1. fatal: the remote end hung up unexpectedly
git config --global http.postBuffer 104857600
其他方案:
git config --global pack.windowMemory 100m
git config --global pack.packSizeLimit 100m
git config --global pack.threads 1
總結(jié)
- 上一篇: Ubuntu新建Django工程错误:M
- 下一篇: Python发送飞书消息