git 问题解决
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
                            總結
                            
                        - 上一篇: Ubuntu新建Django工程错误:M
 - 下一篇: linux 字符集与编码格式相关