1. -- 命令查看git全局配置
  2. git config --global --list
  3. -- 设置github站点走代理
  4. git config --global https.github.proxy https://127.0.0.1:<代理本地端口>
  5. -- git全局配置文件查看
  6. C:\Users\<用户名>\.gitconfig

参考

github国内加速解决方案