网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

解决git的the remote end hung up问题

时间:2024-11-06 12:52:32

1、配置git的最低速度和最低速度时间:git config --global http.lowSpeedLimit 0git config --global http.lowSpeedTime 999999 单位 秒--global配置对当前用户生效,如果需要对所有用户生效,则用--system官方文档截图

解决git的the remote end hung up问题

2、再次提交或更新:配置完成后,重新执行提交或更新命令即可。可以通过man git-config或到 https://git-scm.com/docs/git-config.html 查看其它可配置项

© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com