2018-01-19

2018-01-19  本文已影响0人  330b92bcaf74

使用git 下载大项目 网速较慢的情况 要设置

配置git的最低速度和最低速度时间:

git config --global http.lowSpeedLimit 0

git config --global http.lowSpeedTime 999999 单位 秒

--global配置对当前用户生效,如果需要对所有用户生效,则用--system
https://jingyan.baidu.com/article/f00622281479eefbd3f0c83a.html

上一篇 下一篇

猜你喜欢

热点阅读