Skip to content

Instantly share code, notes, and snippets.

@corerman
Created May 5, 2018 07:55
Show Gist options
  • Save corerman/1279937797c6818c4a2ce8900ce5f0b0 to your computer and use it in GitHub Desktop.
Save corerman/1279937797c6818c4a2ce8900ce5f0b0 to your computer and use it in GitHub Desktop.
提高git拉取速度
git config --global http.postBuffer 524288000
这是个很有效的配置,修改后速度有质的提升
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment