Git 配置 ssh 代理

vi ~/.ssh/config
 
# 写入如下内容
Host github.com
    Hostname ssh.github.com
    Port 443
    User git