摘要: 1.单独配置项目代理 进入项目目录: 进入你想要配置代理的项目目录。 设置 HTTP 或 HTTPS 代理: 使用以下命令为该项目配置代理: git config http.proxy http://proxy.example.com:port git config https.proxy http 阅读全文
posted @ 2024-11-18 16:56 BuerH 阅读(3279) 评论(0) 推荐(0)