1. 因为 github https 账号密码登录已失效,故使用 ssh拉去仓库代码
  2. ssh 22 端口拒绝访问
  3. 添加 ~/.ssh/config
1
2
3
4
# Add section below to it
Host github.com
Hostname ssh.github.com
Port 443