摘要: ✨Git HTTP & HTTPS 代理配置 # http & https git config --global http.proxy 127.0.0.1:7890 git config --global https.proxy 127.0.0.1:7890 # socks5 git config 阅读全文
posted @ 2025-05-09 01:21 双份浓缩馥芮白 阅读(464) 评论(0) 推荐(0)