Github无法同步问题

  1. 开启
  2. hysteria2: git config --global http.proxy 127.0.0.1:2081 #设定代理地址
  3. Qv2ray: git config --global http.proxy 127.0.0.1:8889
  4. 同步完成
  5. git config --global --unset http.proxy # 清除代理设定

p.s. 代理指向http代理端口