赞
踩
- # 设置代理
- git config --global http.https://github.com.proxy socks5://127.0.0.1:1086
- # 取消代理
- git config --global --unset http.https://github.com.proxy
-
-
-
- 如果没有代理也不要急,有专门的cdn加速:
- git config --global url."https://github.com.cnpmjs.org".insteadOf "https://github.com"
-
- git config --global url."https://ghproxy.com/https://github.com".insteadOf "https://github.com"
-
- git config --global url."https://hub.fastgit.xyz/".insteadOf "https://github.com/"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。