Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 248 Bytes

File metadata and controls

8 lines (7 loc) · 248 Bytes

Speed up git in China with SSR

git config --global http.postBuffer 2000000000
git config --global core.compression -1
git config --global http.proxy socks5://127.0.0.1:1080 
git config --global https.proxy socks5://127.0.0.1:1080