Git操作笔记 2020-05-23 Git 45 words 1 min read Contents 设置socket5代理 参考文档 记录自己常用快捷的git操作 设置socket5代理 1 2 git config --global http.proxy socks5://127.0.0.1:10808 git config --global https.proxy socks5://127.0.0.1:10808 参考文档 官方文档 Author inderiva LastMod 2020-05-23