Skip to content

Instantly share code, notes, and snippets.

@yinxianwei
Last active November 16, 2016 03:43
Show Gist options
  • Save yinxianwei/6df9c10d26e6027661312b0fc2dad3a9 to your computer and use it in GitHub Desktop.
Save yinxianwei/6df9c10d26e6027661312b0fc2dad3a9 to your computer and use it in GitHub Desktop.
Unknown SSL protocal error in connection to github.com:443
To set this in your ssh config, edit the file at ~/.ssh/config, and add this section:
Host github.com
Hostname ssh.github.com
Port 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment