V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
wtzwutianzhi
V2EX  ›  程序员

杭州电信是不是封闭了 github?

  •  
  •   wtzwutianzhi · 7 天前 · 1611 次点击

    ssh -vT [email protected] 报错:

    kex_exchange_identification: read: Connection reset by peer Connection reset by 140.82.116.36 port 443

    22 不行,换成 443 还是不行,用手机网络正常,挂 tz 也不行!!!

    6 条回复    2024-06-21 15:39:18 +08:00
    wtzwutianzhi
        1
    wtzwutianzhi  
    OP
       7 天前
    https://github.com/orgs/community/discussions/58249 和这个类似,没有解决方案~
    Renzheng
        2
    Renzheng  
       7 天前   ❤️ 1
    你的 proxy 可能有问题,机场可能禁用了

    file `C:\Users\username\.ssh\config`
    ```config
    ProxyCommand connect -S 127.0.0.1:1080 -a none %h %p

    Host ssh.github.com
    User git
    Port 443
    Hostname ssh.github.com
    IdentityFile "C:\Users\username\.ssh\github_ed25519"
    TCPKeepAlive yes
    ```
    wtzwutianzhi
        3
    wtzwutianzhi  
    OP
       7 天前
    @Renzheng 感谢老哥的配置,我换 connect 了,折腾了下,居然可以了~~
    nilsNgoose
        5
    nilsNgoose  
       6 天前
    直连大概 70%不成功,干扰了
    bugmaker233
        6
    bugmaker233  
       6 天前
    github 都连不上,你怎么上的 v2ex🤣🤣🤣
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1141 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 18:36 · PVG 02:36 · LAX 11:36 · JFK 14:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.