解决办法:
- 步骤1:
在这里插入图片描述

- 步骤2:
-
- 步骤3 :在git终端中执行如下命令:
git config --global http.proxy http:ip:port
git config --global https.proxy http:ip:port
cpp
git config --global http.proxy http://127.0.0.1:17890
git config --global https.proxy http://127.0.0.1:17890