摘要: 解决方法: # 配置VPN的代理端口 git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' 【1080是VPN的代理端口】 阅读全文
posted @ 2023-02-22 01:20 金木羽 阅读(141) 评论(0) 推荐(0) 编辑