配置.gitconfig文件,文件路径为:
C:\Users\(用户名)\.gitconfig
往其中写入
[http] proxy = (代理ip:端口,如127.0.0.1:1089)
打开powershell使用命令行查看是否修改成功
git config --get http.proxy