Git Clone 下载速度慢的解决方法

Apr 30, 2018·
Shenghui (Samuel) Gu
Shenghui (Samuel) Gu
· 1 min read
posts

在国内 Git clone 仓库奇慢无比,通过以下配置可以提升下载速度。

git config --global http.postBuffer 524288000
Shenghui (Samuel) Gu
Authors
Researcher in Trustworthy AI and Software Engineering
I build methods for testing, validating, and improving trustworthy AI-enabled software systems. My research lies at the intersection of Software Engineering, AI Safety, and System Reliability, spanning LLM-driven testing, search-based software engineering for autonomous systems, and AIOps for distributed architectures. A central theme of my work is to make generative AI useful, interpretable, and dependable for solving complex validation problems in safety-critical and large-scale industrial systems.