大多数场景下是网络问题
git config --global http.lowSpeedLimit 0 【最低限速】
git config --global http.lowSpeedTime 999999 【低速冗余时间】
git config http.postBuffer 524288000 【缓存区间】
by:Chu