Git Push 常见问题

PPPerryPan2019-09-25学习笔记Git

纯记录一下遇到过的问题

Connection reset by [IP Address] port 22

  1. 用手机热点

  2. Proxy 模式挂梯

  3. TUN 模式挂梯

  4. 验证过期

    修改或新建~/.ssh/config

    Host github.com
    Hostname ssh.github.com
    Port 443
    User git
    
  5. 删掉 SSH Key,重新生成open in new window

client_loop: send disconnect: Connection reset by peerB/s

  1. 用手机热点
  2. Proxy 模式挂梯
  3. TUN 模式挂梯
Last Updated 2025/5/25 15:00:04