github 设置代理或 CDN 加速
摘要:
# 设置代理 ##使用socks5代理(推荐) git config --global http.https://github.com.proxy socks5://127.0.0.1:1080 ##使用http代理(不推荐) git config --global http.https://git 阅读全文
posted @ 2025-02-08 16:48 ioto 阅读(1097) 评论(0) 推荐(0)