Created
May 5, 2018 07:55
-
-
Save corerman/1279937797c6818c4a2ce8900ce5f0b0 to your computer and use it in GitHub Desktop.
提高git拉取速度
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global http.postBuffer 524288000 | |
这是个很有效的配置,修改后速度有质的提升 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment