git报错send-pack: unexpected disconnect while reading sideband packet
1048576000这里的单位是Byte, 也就是1G。
·
改报错应该是缓冲不够引起的,可以使用以下命令增加缓存:
git config --global http.postBuffer 1048576000
1048576000这里的单位是Byte, 也就是1G。
更多推荐
1048576000这里的单位是Byte, 也就是1G。
改报错应该是缓冲不够引起的,可以使用以下命令增加缓存:
git config --global http.postBuffer 1048576000
1048576000这里的单位是Byte, 也就是1G。
更多推荐
所有评论(0)