开启代理时从 GitHub pull 异常办法

TL;DR

vim ~/.ssh/config

加入以下内容

1
2
3
4
Host github.com
Hostname ssh.github.com
Port 443
User git

Reference