美文网首页
配置ssh 的github代理

配置ssh 的github代理

作者: letcoda | 来源:发表于2018-11-01 17:25 被阅读2次
    Host github.com
    User git
    Port 443
    Hostname ssh.github.com
    IdentityFile ~/.ssh/id_rsa
    ProxyCommand  /usr/local/bin/corkscrew proxy.YourHost.com 80 %h %p
    IdentitiesOnly yes
    TCPKeepAlive yes
    

    git的github代理无需配置

    相关文章

      网友评论

          本文标题:配置ssh 的github代理

          本文链接:https://www.haomeiwen.com/subject/oawxxqtx.html